Skip to content

Commit

Permalink
Update Rails version: 6.0.0.beta1 -> 6.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Feb 26, 2019
1 parent ecf2e46 commit 79f52d8
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 @@ -13,5 +13,5 @@ appraise 'activerecord-5.2' do
end

appraise 'activerecord-6.0' do
gem 'activerecord', '~> 6.0.0.beta1'
gem 'activerecord', '~> 6.0.0.beta2'
end
2 changes: 1 addition & 1 deletion gemfiles/activerecord_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "activerecord", "~> 6.0.0.beta1"
gem "activerecord", "~> 6.0.0.beta2"

gemspec path: "../"

0 comments on commit 79f52d8

Please sign in to comment.