Skip to content

Commit

Permalink
Revert unnecessary gem changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tnantoka committed Feb 13, 2024
1 parent b7c7573 commit 7ee7e15
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gemfiles/rails7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ GEM
net-pop
net-smtp
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
mutex_m (0.2.0)
net-imap (0.4.10)
Expand All @@ -118,9 +117,9 @@ GEM
timeout
net-smtp (0.4.0.1)
net-protocol
nokogiri (1.16.2-x86_64-darwin)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.4)
Expand All @@ -129,7 +128,7 @@ GEM
psych (5.1.2)
stringio
racc (1.7.3)
rack (3.0.9)
rack (3.0.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -205,8 +204,8 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.6.8)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
stringio (3.1.0)
thor (1.3.0)
timeout (0.4.1)
Expand Down

0 comments on commit 7ee7e15

Please sign in to comment.