Skip to content

Commit

Permalink
fixup! Test against Rails 5 release instead of Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Galarza committed Jul 7, 2016
1 parent ef074a9 commit 4c97342
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 26 deletions.
1 change: 0 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ end

appraise "rails50" do
gem "rails", "~> 5.0.0"
gem "rspec-rails", "3.5.0.beta4"
gem "rails-controller-testing"
end
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source "https://rubygems.org"
gemspec

gem "appraisal"
gem "rspec-rails", "~> 3.2"
gem "rspec-rails", "~> 3.5.0"
42 changes: 22 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ GEM
loofah (2.0.3)
nokogiri (>= 1.5.9)
method_source (0.8.2)
mini_portile2 (2.0.0)
mini_portile2 (2.1.0)
minitest (5.8.4)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pkg-config (1.1.7)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand All @@ -63,23 +65,23 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.5.0)
rspec-core (3.4.3)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
rspec-core (3.5.1)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.1)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.2)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rspec-support (~> 3.5.0)
rspec-rails (3.5.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
slop (3.6.0)
thor (0.19.1)
thread_safe (0.3.5)
Expand All @@ -94,7 +96,7 @@ DEPENDENCIES
appraisal
high_voltage!
pry
rspec-rails (~> 3.2)
rspec-rails (~> 3.5.0)

BUNDLED WITH
1.11.2
1.12.5
2 changes: 1 addition & 1 deletion gemfiles/rails4.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "rspec-rails", "~> 3.2"
gem "rspec-rails", "~> 3.5.0"
gem "rails", "~> 4.0.0"

gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "rspec-rails", "~> 3.2"
gem "rspec-rails", "~> 3.5.0"
gem "rails", "~> 4.1.0"

gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "rspec-rails", "~> 3.2"
gem "rspec-rails", "~> 3.5.0"
gem "rails", "~> 4.2.0"

gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "appraisal"
gem "rspec-rails", "3.5.0.beta4"
gem "rspec-rails", "~> 3.5.0"
gem "rails", "~> 5.0.0"
gem "rails-controller-testing"

Expand Down

0 comments on commit 4c97342

Please sign in to comment.