Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the bundler group with 2 updates #356

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "bootsnap", require: false
gem "govuk_notify_rails", "~> 3.0.0"
gem "httparty"
gem "jwt", "~> 2.9.3"
gem "laa_crime_forms_common", "~> 0.7.2", github: "ministryofjustice/laa-crime-forms-common"
gem "laa_crime_forms_common", "~> 0.8.0", github: "ministryofjustice/laa-crime-forms-common"
gem "lograge"
gem "logstash-event"
gem "oauth2"
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/ministryofjustice/laa-crime-forms-common.git
revision: 038b8f3d628ab13b709c9b0585d735404589c8e0
revision: 056b116cfd85018616d6d251ab27779aa8412bea
specs:
laa_crime_forms_common (0.7.2)
laa_crime_forms_common (0.8.0)
httparty (>= 0.22.0, < 1)
i18n (>= 1.8.11, < 2)
json-schema (>= 5.0.0, < 6)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
bootsnap (1.18.4)
Expand All @@ -102,9 +102,9 @@ GEM
cronex (0.15.0)
tzinfo
unicode (>= 0.4.4.5)
csv (3.3.1)
csv (3.3.2)
date (3.4.1)
debug (1.9.2)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.2.0)
Expand Down Expand Up @@ -146,7 +146,7 @@ GEM
concurrent-ruby (~> 1.0)
interception (0.5)
io-console (0.8.0)
irb (1.14.2)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.0)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.9.1)
rdoc (6.10.0)
psych (>= 4.0.0)
redis-client (0.23.0)
connection_pool
Expand Down Expand Up @@ -405,7 +405,7 @@ DEPENDENCIES
govuk_notify_rails (~> 3.0.0)
httparty
jwt (~> 2.9.3)
laa_crime_forms_common (~> 0.7.2)!
laa_crime_forms_common (~> 0.8.0)!
lograge
logstash-event
oauth2
Expand Down
Loading