Skip to content

Commit

Permalink
Let’s test against Rails 5.2 (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttanimichi authored and gauravtiwari committed Jul 30, 2018
1 parent c0126f0 commit 813ccc7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gemfile:
- gemfiles/Gemfile-rails.4.2.x
- gemfiles/Gemfile-rails.5.0.x
- gemfiles/Gemfile-rails.5.1.x
- gemfiles/Gemfile-rails.5.2.x
- gemfiles/Gemfile-rails-edge
cache:
bundler: true
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.4.2.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "webpacker", path: ".."

gem "rails", "~> 4.2"
gem "rails", "~> 4.2.0"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rack-proxy", require: false
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.5.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "webpacker", path: ".."

gem "rails", "~> 5.0"
gem "rails", "~> 5.0.0"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rack-proxy", require: false
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.5.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gem "webpacker", path: ".."

gem "rails", "~> 5.1"
gem "rails", "~> 5.1.0"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rack-proxy", require: false
Expand Down
10 changes: 10 additions & 0 deletions gemfiles/Gemfile-rails.5.2.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source "https://rubygems.org"

gem "webpacker", path: ".."

gem "rails", "~> 5.2.0"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rack-proxy", require: false
gem "minitest", "~> 5.0"
gem "byebug"

0 comments on commit 813ccc7

Please sign in to comment.