Skip to content

Commit

Permalink
removes ruby version from rails 7 gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorrf committed Jun 7, 2024
1 parent ff9a813 commit fd0691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ENV['RAILS_TARGET'] ||= '7.0'

ruby '3.1.5'
gemspec path: '../'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.1.3', '>= 7.1.3.4'
Expand Down

0 comments on commit fd0691e

Please sign in to comment.