Skip to content

Commit

Permalink
fix: Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 3, 2024
1 parent 711e54c commit 033cedb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'jsbundling-rails'
gem 'propshaft'

group :development, :test do
gem 'debug', '1.7.0'
gem 'debug', '~> 1.9'
gem 'rspec-rails', '~> 6.0'
end

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ GEM
ferrum (~> 0.14.0)
daemons (1.4.1)
date (3.3.4)
debug (1.7.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
drb (2.2.1)
erubi (1.12.0)
Expand Down Expand Up @@ -171,8 +171,8 @@ GEM
railties (>= 6.0.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0.1)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
railties (>= 7.0.0)
psych (5.1.2)
stringio
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -341,7 +341,7 @@ DEPENDENCIES
cssbundling-rails
cuprite
daemons (~> 1.3)
debug (= 1.7.0)
debug (~> 1.9)
grpc (~> 1.37)
jsbundling-rails
nanoid
Expand Down

0 comments on commit 033cedb

Please sign in to comment.