Skip to content

Commit

Permalink
Update Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAzeemAbbas committed Oct 1, 2024
1 parent f397425 commit 7986b3b
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ PATH
frozen_record
railties (>= 5.0)
sassc-rails
sassc (2.4.0)
ffi (~> 1.9)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -90,15 +92,16 @@ GEM
date (3.3.4)
drb (2.2.1)
erubi (1.13.0)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
frozen_record (0.27.4)
activemodel
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
logger (1.6.1)
Expand All @@ -113,7 +116,6 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
net-imap (0.4.16)
date
Expand All @@ -125,8 +127,9 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -174,10 +177,8 @@ GEM
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
Expand All @@ -199,14 +200,15 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
useragent (0.16.10)
webrick (1.8.1)
webrick (1.8.2)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.18)

PLATFORMS
ruby
arm64-darwin
x86_64-darwin

DEPENDENCIES
bump
Expand All @@ -215,4 +217,4 @@ DEPENDENCIES
rails (>= 5.0)

BUNDLED WITH
2.5.3
2.5.20

0 comments on commit 7986b3b

Please sign in to comment.