Skip to content

Commit

Permalink
Merge pull request #13602 from opf/fix/bump_gems
Browse files Browse the repository at this point in the history
Fix/bump gems
  • Loading branch information
ulferts authored Aug 31, 2023
2 parents 13b8085 + 7ad30d1 commit c8c490f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ group :test do
gem 'webmock', '~> 3.12', require: false

# Mock selenium requests through proxy (for feature tests)
gem 'puffing-billy', '~> 3.2.0'
gem 'puffing-billy', '~> 4.0.0'
gem 'table_print', '~> 1.5.6'

gem 'equivalent-xml', '~> 0.6'
Expand Down Expand Up @@ -316,7 +316,7 @@ end
gem 'bootsnap', '~> 1.16.0', require: false

# API gems
gem 'grape', '~> 1.7.0'
gem 'grape', '~> 1.8.0'
gem 'grape_logging', '~> 1.8.4'
gem 'roar', '~> 1.2.0'

Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ GEM
awesome_nested_set (3.5.0)
activerecord (>= 4.0.0, < 7.1)
aws-eventstream (1.2.0)
aws-partitions (1.812.0)
aws-partitions (1.814.0)
aws-sdk-core (3.181.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -370,7 +370,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
css_parser (1.14.0)
css_parser (1.15.0)
addressable
cuprite (0.14.3)
capybara (~> 3.0)
Expand Down Expand Up @@ -511,12 +511,12 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grape (1.7.1)
activesupport
grape (1.8.0)
activesupport (>= 5)
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0, < 3)
rack (>= 1.3.0)
rack-accept
grape_logging (1.8.4)
grape
Expand Down Expand Up @@ -544,7 +544,8 @@ GEM
ice_cube (0.16.4)
interception (0.5)
io-console (0.6.0)
irb (1.7.4)
irb (1.8.0)
rdoc (~> 6.5)
reline (>= 0.3.6)
iso8601 (0.13.0)
jmespath (1.6.2)
Expand Down Expand Up @@ -714,7 +715,7 @@ GEM
psych (5.1.0)
stringio
public_suffix (5.0.3)
puffing-billy (3.2.0)
puffing-billy (4.0.0)
addressable (~> 2.5)
em-http-request (~> 1.1, >= 1.1.0)
em-synchrony
Expand Down Expand Up @@ -1045,7 +1046,7 @@ DEPENDENCIES
gon (~> 6.4.0)
google-apis-gmail_v1
googleauth
grape (~> 1.7.0)
grape (~> 1.8.0)
grape_logging (~> 1.8.4)
grids!
html-pipeline (~> 2.14.0)
Expand Down Expand Up @@ -1110,7 +1111,7 @@ DEPENDENCIES
pry-byebug (~> 3.10.0)
pry-rails (~> 0.3.6)
pry-rescue (~> 1.5.2)
puffing-billy (~> 3.2.0)
puffing-billy (~> 4.0.0)
puma (~> 6.3)
puma-plugin-statsd (~> 2.0)
rack-attack (~> 6.7.0)
Expand Down

0 comments on commit c8c490f

Please sign in to comment.