Skip to content

Commit

Permalink
uncomment and set 3.3.0 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Jan 10, 2024
1 parent 2ab4a09 commit efb134a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
gemspec :path => "."

# use ENV vars, with default value as fallback for local setup
#ruby (ENV['RUBY_VERSION'] || '3.2.2')
ruby (ENV['RUBY_VERSION'] || '3.3.0')
gem "rails", "~> #{ENV['RAILS_VERSION'] || '7.1'}.0"
gem "cucumber", "~> #{ENV['CUKES_VERSION'] || '9.0'}"
gem "cucumber-rails"
Expand Down

0 comments on commit efb134a

Please sign in to comment.