Skip to content

Commit

Permalink
Update gemfiles to current patch versions; remove 3.0 and add 4.0
Browse files Browse the repository at this point in the history
Rails 3.0 is no longer receiving bugfixes and has some issues with
saving associations. No longer supported.
  • Loading branch information
joecorcoran committed Jul 9, 2013
1 parent 907f679 commit 692a5fb
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 91 deletions.
12 changes: 6 additions & 6 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
appraise "activerecord_4_0" do
gem "activerecord", "4.0.0"
end

appraise "activerecord_3_2" do
gem "activerecord", "3.2.6"
gem "activerecord", "3.2.13"
end

appraise "activerecord_3_1" do
gem "activerecord", "3.1.6"
gem "activerecord", "3.1.12"
end

appraise "activerecord_3_0" do
gem "activerecord", "3.0.15"
end
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source :gemcutter
source 'https://rubygems.org'

# Specify your gem's dependencies in hideable.gemspec
gemspec
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
hideable (0.1.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.2.6)
activesupport (= 3.2.6)
Expand Down
50 changes: 0 additions & 50 deletions gemfiles/activerecord_3_0.gemfile.lock

This file was deleted.

4 changes: 2 additions & 2 deletions gemfiles/activerecord_3_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was generated by Appraisal

source :gemcutter
source "https://rubygems.org"

gem "activerecord", "3.1.6"
gem "activerecord", "3.1.12"

gemspec :path=>"../"
26 changes: 13 additions & 13 deletions gemfiles/activerecord_3_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ PATH
hideable (0.1.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.1.6)
activesupport (= 3.1.6)
activemodel (3.1.12)
activesupport (= 3.1.12)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.6)
activemodel (= 3.1.6)
activesupport (= 3.1.6)
activerecord (3.1.12)
activemodel (= 3.1.12)
activesupport (= 3.1.12)
arel (~> 2.2.3)
tzinfo (~> 0.3.29)
activesupport (3.1.6)
multi_json (>= 1.0, < 1.3)
activesupport (3.1.12)
multi_json (~> 1.0)
appraisal (0.4.1)
bundler
rake
arel (2.2.3)
builder (3.0.0)
builder (3.0.4)
diff-lcs (1.1.3)
i18n (0.6.0)
multi_json (1.2.0)
i18n (0.6.4)
multi_json (1.7.7)
rake (0.9.2.2)
rspec (2.11.0)
rspec-core (~> 2.11.0)
Expand All @@ -36,13 +36,13 @@ GEM
rspec-mocks (2.11.1)
sqlite3 (1.3.6)
timecop (0.3.5)
tzinfo (0.3.33)
tzinfo (0.3.37)

PLATFORMS
ruby

DEPENDENCIES
activerecord (= 3.1.6)
activerecord (= 3.1.12)
appraisal (~> 0.4.1)
bundler (>= 1.0.0.rc.6)
hideable!
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/activerecord_3_2.gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was generated by Appraisal

source :gemcutter
source "https://rubygems.org"

gem "activerecord", "3.2.6"
gem "activerecord", "3.2.13"

gemspec :path=>"../"
26 changes: 13 additions & 13 deletions gemfiles/activerecord_3_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ PATH
hideable (0.1.0)

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activemodel (3.2.6)
activesupport (= 3.2.6)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.6)
i18n (~> 0.6)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
appraisal (0.4.1)
bundler
rake
arel (3.0.2)
builder (3.0.0)
builder (3.0.4)
diff-lcs (1.1.3)
i18n (0.6.0)
multi_json (1.3.6)
i18n (0.6.1)
multi_json (1.7.7)
rake (0.9.2.2)
rspec (2.11.0)
rspec-core (~> 2.11.0)
Expand All @@ -36,13 +36,13 @@ GEM
rspec-mocks (2.11.1)
sqlite3 (1.3.6)
timecop (0.3.5)
tzinfo (0.3.33)
tzinfo (0.3.37)

PLATFORMS
ruby

DEPENDENCIES
activerecord (= 3.2.6)
activerecord (= 3.2.13)
appraisal (~> 0.4.1)
bundler (>= 1.0.0.rc.6)
hideable!
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was generated by Appraisal

source :gemcutter
source "https://rubygems.org"

gem "activerecord", "3.0.15"
gem "activerecord", "4.0.0"

gemspec :path=>"../"
60 changes: 60 additions & 0 deletions gemfiles/activerecord_4_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
PATH
remote: /Users/joecorcoran/Projects/hideable
specs:
hideable (0.1.0)

GEM
remote: https://rubygems.org/
specs:
activemodel (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
activerecord (4.0.0)
activemodel (= 4.0.0)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.0)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
appraisal (0.4.1)
bundler
rake
arel (4.0.0)
atomic (1.1.10)
builder (3.1.4)
diff-lcs (1.1.3)
i18n (0.6.4)
minitest (4.7.5)
multi_json (1.7.7)
rake (0.9.6)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
sqlite3 (1.3.7)
thread_safe (0.1.0)
atomic
timecop (0.3.5)
tzinfo (0.3.37)

PLATFORMS
ruby

DEPENDENCIES
activerecord (= 4.0.0)
appraisal (~> 0.4.1)
bundler (>= 1.0.0.rc.6)
hideable!
rake (~> 0.9.2)
rspec (~> 2.11.0)
sqlite3 (~> 1.3.6)
timecop (~> 0.3.5)

0 comments on commit 692a5fb

Please sign in to comment.