Skip to content

Commit

Permalink
Resolve Gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michalspano committed Nov 25, 2023
1 parent 435e8d8 commit f56641e
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.2)
base64
bigdecimal
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.4)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
drb (2.2.0)
ruby2_keywords
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -221,8 +213,9 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.20.0)
mutex_m (0.2.0)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -257,8 +250,10 @@ GEM
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
webrick (1.8.1)
zeitwerk (2.6.12)

PLATFORMS
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
Expand All @@ -267,4 +262,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.3.5
2.4.7

0 comments on commit f56641e

Please sign in to comment.