Skip to content

Commit

Permalink
fix/tweak Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Nov 12, 2024
1 parent c7c6250 commit eb35411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '>= 3.0.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0', '>= 7.0.0'
gem 'rails', '~> 7.1', '>= 7.1.4.1'
# Use Puma as the app server
gem 'puma', '~> 6.4'

Expand Down
10 changes: 1 addition & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ GEM
minitest (5.25.1)
minitest-stub_any_instance (1.0.3)
msgpack (1.7.0)
mutex_m (0.2.0)
net-imap (0.4.17)
date
net-protocol
Expand Down Expand Up @@ -263,7 +262,6 @@ GEM
spring (>= 1.2, < 3.0)
sqlite3 (1.6.2)
mini_portile2 (~> 2.8.0)
stringio (3.1.1)
strscan (3.1.0)
tabulo (2.8.2)
tty-screen (= 0.8.1)
Expand Down Expand Up @@ -299,7 +297,7 @@ DEPENDENCIES
minitest-stub_any_instance
pg (~> 1.4.4)
puma (~> 6.4)
rails (~> 7.0, >= 7.0.0)
rails (~> 7.1, >= 7.1.4.1)
rails-controller-testing
redis (~> 4.8.0)
redis-namespace (~> 1.11.0)
Expand All @@ -314,9 +312,3 @@ DEPENDENCIES
tabulo (~> 2.8.1)
tzinfo-data
webmock

RUBY VERSION
ruby 3.0.0p0

BUNDLED WITH
2.2.3

0 comments on commit eb35411

Please sign in to comment.