Skip to content

Commit

Permalink
Bumping testing to Rails 4.1.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Feb 24, 2014
1 parent cadaebc commit c255f82
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 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.beta1')
gem('activesupport', '~> 4.1.0.beta1')
gem('railties', '~> 4.1.0.beta1')
gem('actionpack', '~> 4.1.0.rc1')
gem('activesupport', '~> 4.1.0.rc1')
gem('railties', '~> 4.1.0.rc1')
end
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.beta1"
gem "activesupport", "~> 4.1.0.beta1"
gem "railties", "~> 4.1.0.beta1"
gem "actionpack", "~> 4.1.0.rc1"
gem "activesupport", "~> 4.1.0.rc1"
gem "railties", "~> 4.1.0.rc1"

gemspec :path=>"../"
40 changes: 20 additions & 20 deletions gemfiles/rails4.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PATH
remote: ../
remote: /Users/bwillis/Work/versioncake/source
specs:
versioncake (2.0.0)
actionpack (>= 3.2)
Expand All @@ -10,16 +10,16 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (4.1.0.beta1)
actionview (= 4.1.0.beta1)
activesupport (= 4.1.0.beta1)
actionpack (4.1.0.rc1)
actionview (= 4.1.0.rc1)
activesupport (= 4.1.0.rc1)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.0.beta1)
activesupport (= 4.1.0.beta1)
actionview (4.1.0.rc1)
activesupport (= 4.1.0.rc1)
builder (~> 3.1)
erubis (~> 2.7.0)
activesupport (4.1.0.beta1)
activesupport (4.1.0.rc1)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand All @@ -36,22 +36,22 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
docile (1.1.2)
docile (1.1.3)
erubis (2.7.0)
i18n (0.6.9)
json (1.8.1)
metaclass (0.0.2)
mime-types (2.0)
minitest (5.2.1)
metaclass (0.0.4)
mime-types (2.1)
minitest (5.2.3)
mocha (1.0.0)
metaclass (~> 0.0.1)
multi_json (1.8.4)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
railties (4.1.0.beta1)
actionpack (= 4.1.0.beta1)
activesupport (= 4.1.0.beta1)
railties (4.1.0.rc1)
actionpack (= 4.1.0.rc1)
activesupport (= 4.1.0.rc1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.1)
Expand All @@ -62,26 +62,26 @@ GEM
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
term-ansicolor (1.2.2)
tins (~> 0.8)
term-ansicolor (1.3.0)
tins (~> 1.0)
test-unit (2.5.5)
thor (0.18.1)
thread_safe (0.1.3)
atomic
tins (0.13.1)
tins (1.0.0)
tzinfo (1.1.0)
thread_safe (~> 0.1)

PLATFORMS
ruby

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

0 comments on commit c255f82

Please sign in to comment.