mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
Merge pull request #2014 from dnrce/deprecated_finders
Remove activerecord-deprecated_finders
This commit is contained in:
commit
30b89267a8
2 changed files with 0 additions and 3 deletions
1
Gemfile
1
Gemfile
|
|
@ -57,7 +57,6 @@ group :development do
|
||||||
gem "bullet"
|
gem "bullet"
|
||||||
gem "rack-mini-profiler"
|
gem "rack-mini-profiler"
|
||||||
gem "rack-dev-mark"
|
gem "rack-dev-mark"
|
||||||
gem "activerecord-deprecated_finders"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,6 @@ GEM
|
||||||
activemodel (= 4.2.6)
|
activemodel (= 4.2.6)
|
||||||
activesupport (= 4.2.6)
|
activesupport (= 4.2.6)
|
||||||
arel (~> 6.0)
|
arel (~> 6.0)
|
||||||
activerecord-deprecated_finders (1.0.3)
|
|
||||||
activesupport (4.2.6)
|
activesupport (4.2.6)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
|
|
@ -268,7 +267,6 @@ DEPENDENCIES
|
||||||
RedCloth
|
RedCloth
|
||||||
aasm
|
aasm
|
||||||
actionpack-xml_parser (>= 1.0.1)
|
actionpack-xml_parser (>= 1.0.1)
|
||||||
activerecord-deprecated_finders
|
|
||||||
acts_as_list
|
acts_as_list
|
||||||
aruba (>= 0.5.4)
|
aruba (>= 0.5.4)
|
||||||
bcrypt (~> 3.1.7)
|
bcrypt (~> 3.1.7)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue