Skip to content

Commit

Permalink
Merge pull request #97 from GrantBirki/dependabot/bundler/prod-ruby-d…
Browse files Browse the repository at this point in the history
…ependencies-9cc8a836f5

Bump the prod-ruby-dependencies group across 1 directory with 2 updates
  • Loading branch information
GrantBirki authored Sep 17, 2024
2 parents 184c0c8 + 6511ea7 commit 037217b
Show file tree
Hide file tree
Showing 16 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "activeldap", require: "active_ldap", git: "/~https://github.com/activeldap/ac
gem "activesupport", "~> 7.2"
gem "config", "~> 5.5"
gem "garner", "~> 0.5.3"
gem "grape", "~> 2.1"
gem "grape", "~> 2.2"
gem "grape-entity", "~> 1.0"
gem "net-ldap", "~> 0.19.0"
gem "puma", "~> 6.4"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activemodel (7.2.0)
activesupport (= 7.2.0)
activesupport (7.2.0)
activemodel (7.2.1)
activesupport (= 7.2.1)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
text (>= 1.3.0)
gettext_i18n_rails (1.12.0)
fast_gettext (>= 0.9.0)
grape (2.1.3)
grape (2.2.0)
activesupport (>= 6)
dry-types (>= 1.1)
mustermann-grape (~> 1.1.0)
Expand All @@ -78,7 +78,7 @@ GEM
grape-entity (1.0.1)
activesupport (>= 3.0.0)
multi_json (>= 1.3.2)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
Expand All @@ -88,9 +88,9 @@ GEM
language_server-protocol (3.17.0.3)
locale (2.1.4)
logger (1.6.1)
minitest (5.24.1)
minitest (5.25.1)
multi_json (1.15.0)
mustermann (3.0.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
Expand Down Expand Up @@ -186,7 +186,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
zeitwerk (2.6.16)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-21
Expand All @@ -201,7 +201,7 @@ DEPENDENCIES
activesupport (~> 7.2)
config (~> 5.5)
garner (~> 0.5.3)
grape (~> 2.1)
grape (~> 2.2)
grape-entity (~> 1.0)
irb (~> 1.14)
net-ldap (~> 0.19.0)
Expand Down
Binary file removed vendor/cache/activemodel-7.2.0.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-7.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-7.2.0.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/grape-2.1.3.gem
Binary file not shown.
Binary file added vendor/cache/grape-2.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-1.14.5.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.14.6.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.24.1.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.25.1.gem
Binary file not shown.
Binary file removed vendor/cache/mustermann-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/mustermann-3.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/zeitwerk-2.6.16.gem
Binary file not shown.
Binary file added vendor/cache/zeitwerk-2.6.18.gem
Binary file not shown.

0 comments on commit 037217b

Please sign in to comment.