Skip to content

Commit

Permalink
Merge pull request #544 from meganemura/rails-5-2
Browse files Browse the repository at this point in the history
Test against Rails 5.2
  • Loading branch information
meganemura authored Apr 13, 2018
2 parents deddf3b + b4c1aea commit 9c1d52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ appraise "rails-5-1" do
end

appraise "rails-5-2" do
gem "rails", "~> 5.2.0.rc1"
gem "rails", "~> 5.2.0"
platforms :ruby do
# TODO: Remove pinning if rails can use mysql2 0.5.0
# https://github.com/brianmario/mysql2/releases/tag/0.5.0
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "http://rubygems.org"

gem "rails", "~> 5.2.0.rc1"
gem "rails", "~> 5.2.0"

group :local do
gem "pry"
Expand Down

0 comments on commit 9c1d52c

Please sign in to comment.