Skip to content

Commit 96d7f3a

Browse files
Fix Rails 8 version
1 parent 6d816f2 commit 96d7f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gemfiles/rails-8.0.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# rubocop:todo all
22
source 'https://rubygems.org'
33

4-
gem 'actionpack', '~> 8.0'
5-
gem 'activemodel', '~> 8.0'
4+
gem 'actionpack', '8.0.0.beta1'
5+
gem 'activemodel', '8.0.0.beta1'
66

77
gemspec path: '..'
88

0 commit comments

Comments
 (0)