Removed Ruby version from Gemfile

This commit is contained in:
Gregory Ballantine 2022-07-04 14:10:36 -04:00
parent 52f2b34f59
commit 54fe99c699
2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "2.7.4"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.3" gem "rails", "~> 7.0.3"

View File

@ -120,7 +120,7 @@ GEM
matrix (0.4.2) matrix (0.4.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.16.1) minitest (5.16.2)
msgpack (1.5.3) msgpack (1.5.3)
net-imap (0.2.3) net-imap (0.2.3)
digest digest
@ -250,8 +250,5 @@ DEPENDENCIES
web-console web-console
webdrivers webdrivers
RUBY VERSION
ruby 3.0.2p107
BUNDLED WITH BUNDLED WITH
2.2.22 2.2.22