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 1df29a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
2 changes: 0 additions & 2 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

0 comments on commit 1df29a2

Please sign in to comment.