Skip to content

Commit

Permalink
Add support for Rails 7.1 and Ruby 3.3 and 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UweKubosch committed Jun 9, 2024
1 parent 618449b commit 22e9b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile → gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true

eval File.read(File.expand_path('common.gemfile', __dir__)), binding
gem 'rails', '~>6.1.0'
gem 'rails', '~>7.1.0'

0 comments on commit 22e9b24

Please sign in to comment.