Skip to content

Commit

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

Bump the prod-ruby-dependencies group across 1 directory with 2 updates
  • Loading branch information
GrantBirki authored Aug 13, 2024
2 parents 0f3c04e + 87f415d commit 6a756e7
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "activeldap", require: "active_ldap", git: "/~https://github.com/activeldap/activeldap.git"
gem "activesupport", "~> 7.1"
gem "activesupport", "~> 7.2"
gem "config", "~> 5.5"
gem "garner", "~> 0.5.3"
gem "grape", "~> 2.1"
Expand All @@ -12,7 +12,7 @@ gem "net-ldap", "~> 0.19.0"
gem "puma", "~> 6.4"
gem "rack", "~> 3.1"
gem "rackup", "~> 2.1"
gem "redacting-logger", "~> 1.3.1"
gem "redacting-logger", "~> 1.4.0"

group :development do
gem "irb", "~> 1.14"
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,24 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activesupport (7.1.3.4)
activemodel (7.2.0)
activesupport (= 7.2.0)
activesupport (7.2.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.3.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
config (5.5.1)
deep_merge (~> 1.2, >= 1.2.1)
connection_pool (2.4.1)
Expand Down Expand Up @@ -93,7 +94,6 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
mutex_m (0.2.0)
net-ldap (0.19.0)
nio4r (2.7.0)
parallel (1.26.2)
Expand All @@ -118,7 +118,7 @@ GEM
logger
rdoc (6.7.0)
psych (>= 4.0.0)
redacting-logger (1.3.1)
redacting-logger (1.4.0)
logger (~> 1.6)
regexp_parser (2.9.2)
reline (0.5.9)
Expand Down Expand Up @@ -172,6 +172,7 @@ GEM
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.3.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -201,7 +202,7 @@ PLATFORMS

DEPENDENCIES
activeldap!
activesupport (~> 7.1)
activesupport (~> 7.2)
config (~> 5.5)
garner (~> 0.5.3)
grape (~> 2.1)
Expand All @@ -211,7 +212,7 @@ DEPENDENCIES
puma (~> 6.4)
rack (~> 3.1)
rackup (~> 2.1)
redacting-logger (~> 1.3.1)
redacting-logger (~> 1.4.0)
rspec (~> 3.13)
rubocop (~> 1.65)
rubocop-github (~> 0.20)
Expand Down
Binary file removed vendor/cache/activemodel-7.1.3.4.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-7.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-7.1.3.4.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.3.3.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.3.4.gem
Binary file not shown.
Binary file removed vendor/cache/mutex_m-0.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/redacting-logger-1.3.1.gem
Binary file not shown.
Binary file added vendor/cache/redacting-logger-1.4.0.gem
Binary file not shown.
Binary file added vendor/cache/securerandom-0.3.1.gem
Binary file not shown.

0 comments on commit 6a756e7

Please sign in to comment.