Skip to content

Commit

Permalink
Stop support ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jan 5, 2024
1 parent 6563785 commit 59e2195
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '>= 2.7'
ruby '>= 3.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.1'
gem 'rails', '~> 7.1.2'
gem 'rails-i18n'
# `config/initializers/mail_starttls_patch.rb` has also been patched to
# fix STARTTLS handling until https://github.com/mikel/mail/pull/1536 is
Expand Down Expand Up @@ -68,7 +68,7 @@ gem 'ipip-fast'
# gem 'mini_magick', '~> 4.8'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.16.0', require: false
gem 'bootsnap', '>= 1.17.0', require: false

group :production, :staging do
gem 'dalli'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ GEM
minitest (>= 5.0.6)
msgpack (1.7.2)
mutex_m (0.2.0)
net-imap (0.4.9)
net-imap (0.4.9.1)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -264,7 +264,7 @@ GEM
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-smtp (0.4.0)
net-smtp (0.4.0.1)
net-protocol
net-ssh (7.2.1)
nio4r (2.7.0)
Expand Down Expand Up @@ -442,7 +442,7 @@ PLATFORMS
DEPENDENCIES
ajax-datatables-rails
bcrypt_pbkdf
bootsnap (>= 1.16.0)
bootsnap (>= 1.17.0)
capistrano-rails
capistrano-rbenv
capistrano-yarn
Expand All @@ -468,7 +468,7 @@ DEPENDENCIES
pagy
puma
pundit
rails (~> 7.1.1)
rails (~> 7.1.2)
rails-i18n
saml_idp!
sassc-rails
Expand All @@ -489,4 +489,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.5.3
2.5.4

0 comments on commit 59e2195

Please sign in to comment.