diff --git a/Gemfile b/Gemfile index bd0b61d..751c41c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,6 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "2.7.4" - # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.3" diff --git a/Gemfile.lock b/Gemfile.lock index 5be8dce..713b7d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) - minitest (5.16.1) + minitest (5.16.2) msgpack (1.5.3) net-imap (0.2.3) digest @@ -250,8 +250,5 @@ DEPENDENCIES web-console webdrivers -RUBY VERSION - ruby 3.0.2p107 - BUNDLED WITH 2.2.22