Skip to content

Commit

Permalink
Rails 5.0.0 をテスト対象に追加
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoby committed Aug 15, 2016
1 parent 5ef1f93 commit e5aa9cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ end

if RUBY_VERSION >= '2.2.2'
appraise 'rails50' do
gem 'activerecord', '5.0.0.beta3'
gem 'activerecord', '~> 5.0.0'
end
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ $ gem install jp_prefecture
## サポートしているバージョン

* Ruby: 1.9.3 / 2.0.0 / 2.1 / 2.2 / 2.3
* Rails: 3.2 / 4.0 / 4.1 / 4.2 / 5.0.0.beta3 (experimental)
* Rails: 3.2 / 4.0 / 4.1 / 4.2 / 5.0


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "activerecord", "5.0.0.beta3"
gem "activerecord", "~> 5.0.0"

gemspec :path => "../"

0 comments on commit e5aa9cf

Please sign in to comment.