From efb134a118addb6c7435dfa861dccb01d9c23e8a Mon Sep 17 00:00:00 2001 From: Mathieu Jobin <99191+mathieujobin@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:35:47 +0900 Subject: [PATCH] uncomment and set 3.3.0 as default --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fdcf9fc..3e66dc6 100644 --- a/Gemfile +++ b/Gemfile @@ -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"