Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Oct 7, 2024
1 parent 11539fa commit dbc4f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
gem "webrick", "~> 1.7"
gem "ffi", "~> 1.16.3"
# gem "ffi", "~> 1.16.3"
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ GEM
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.16.3)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
forwardable-extended (2.6.0)
google-protobuf (4.28.2-arm64-darwin)
bigdecimal
Expand Down Expand Up @@ -128,7 +130,6 @@ DEPENDENCIES
bundler (~> 2.5.15)
csv
faraday-retry
ffi (~> 1.16.3)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.17.0)
jekyll-gist (~> 1.5.0)
Expand Down

0 comments on commit dbc4f7f

Please sign in to comment.