Removed Ruby version from Gemfile
This commit is contained in:
parent
52f2b34f59
commit
54fe99c699
2
Gemfile
2
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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user