Skip to content

Commit

Permalink
Bumping Appraisal Rails 4.1 tests to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Apr 15, 2014
1 parent b033930 commit 9892379
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 33 deletions.
6 changes: 3 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ appraise "rails4.0" do
end

appraise "rails4.1" do
gem('actionpack', '~> 4.1.0.rc1')
gem('activesupport', '~> 4.1.0.rc1')
gem('railties', '~> 4.1.0.rc1')
gem('actionpack', '~> 4.1.0')
gem('activesupport', '~> 4.1.0')
gem('railties', '~> 4.1.0')
end
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ GEM
appraisal (0.5.2)
bundler
rake
atomic (1.1.14)
builder (3.1.4)
colorize (0.5.8)
coveralls (0.6.7)
Expand All @@ -41,7 +40,7 @@ GEM
minitest (4.7.5)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.7.3)
multi_json (1.9.2)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
Expand All @@ -59,9 +58,8 @@ GEM
simplecov-html (0.7.1)
test-unit (2.5.5)
thor (0.18.1)
thread_safe (0.1.3)
atomic
tzinfo (0.3.37)
thread_safe (0.3.3)
tzinfo (0.3.39)

PLATFORMS
ruby
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source "https://rubygems.org"

gem "actionpack", "~> 4.1.0.rc1"
gem "activesupport", "~> 4.1.0.rc1"
gem "railties", "~> 4.1.0.rc1"
gem "actionpack", "~> 4.1.0"
gem "activesupport", "~> 4.1.0"
gem "railties", "~> 4.1.0"

gemspec :path=>"../"
43 changes: 21 additions & 22 deletions gemfiles/rails4.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (4.1.0.rc1)
actionview (= 4.1.0.rc1)
activesupport (= 4.1.0.rc1)
actionpack (4.1.0)
actionview (= 4.1.0)
activesupport (= 4.1.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.0.rc1)
activesupport (= 4.1.0.rc1)
actionview (4.1.0)
activesupport (= 4.1.0)
builder (~> 3.1)
erubis (~> 2.7.0)
activesupport (4.1.0.rc1)
activesupport (4.1.0)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
appraisal (0.5.2)
appraisal (1.0.0)
bundler
rake
atomic (1.1.14)
thor (>= 0.14.0)
builder (3.2.2)
coveralls (0.7.0)
multi_json (~> 1.3)
Expand All @@ -41,20 +41,20 @@ GEM
i18n (0.6.9)
json (1.8.1)
metaclass (0.0.4)
mime-types (2.1)
minitest (5.2.3)
mime-types (2.2)
minitest (5.3.3)
mocha (1.0.0)
metaclass (~> 0.0.1)
multi_json (1.8.4)
multi_json (1.9.2)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
railties (4.1.0.rc1)
actionpack (= 4.1.0.rc1)
activesupport (= 4.1.0.rc1)
railties (4.1.0)
actionpack (= 4.1.0)
activesupport (= 4.1.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.1)
rake (10.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
simplecov (0.8.2)
Expand All @@ -65,23 +65,22 @@ GEM
term-ansicolor (1.3.0)
tins (~> 1.0)
test-unit (2.5.5)
thor (0.18.1)
thread_safe (0.1.3)
atomic
tins (1.0.0)
thor (0.19.1)
thread_safe (0.3.3)
tins (1.1.0)
tzinfo (1.1.0)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
actionpack (~> 4.1.0.rc1)
activesupport (~> 4.1.0.rc1)
actionpack (~> 4.1.0)
activesupport (~> 4.1.0)
appraisal
coveralls
mocha
railties (~> 4.1.0.rc1)
railties (~> 4.1.0)
rake
test-unit
versioncake!

0 comments on commit 9892379

Please sign in to comment.