Skip to content

Commit

Permalink
Merge pull request #14377 from opf/fix/bump_gems
Browse files Browse the repository at this point in the history
Fix/bump gems
  • Loading branch information
ulferts authored Dec 11, 2023
2 parents 4dd3160 + 1db8c0b commit 468ca78
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ gem "appsignal", "~> 3.0", require: false

gem 'view_component'
# Lookbook
gem 'lookbook', '~> 2.1.0'
gem 'lookbook', '~> 2.2.0'

# Require factory_bot for usage with openproject plugins testing
gem 'factory_bot', '~> 6.4.0', require: false
Expand Down Expand Up @@ -255,7 +255,7 @@ group :test do
gem 'capybara', '~> 3.39.0'
gem 'capybara-screenshot', '~> 1.0.17'
gem 'cuprite', '~> 0.15.0'
gem 'selenium-webdriver', '~> 4.15.0'
gem 'selenium-webdriver', '~> 4.16.0'
gem 'capybara_accessible_selectors', git: 'https://github.com/citizensadvice/capybara_accessible_selectors', branch: 'main'

gem 'fuubar', '~> 2.5.0'
Expand Down Expand Up @@ -324,7 +324,7 @@ group :development, :test do
gem "erblint-github", require: false

# Brakeman scanner
gem 'brakeman', '~> 6.0.0'
gem 'brakeman', '~> 6.1.0'
end

gem 'bootsnap', '~> 1.17.0', require: false
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ GEM
awesome_nested_set (3.6.0)
activerecord (>= 4.0.0, < 7.2)
aws-eventstream (1.3.0)
aws-partitions (1.862.0)
aws-partitions (1.864.0)
aws-sdk-core (3.190.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -365,7 +365,7 @@ GEM
bindata (2.4.15)
bootsnap (1.17.0)
msgpack (~> 1.2)
brakeman (6.0.1)
brakeman (6.1.0)
browser (5.3.1)
builder (3.2.4)
byebug (11.1.3)
Expand All @@ -389,7 +389,7 @@ GEM
carrierwave_direct (2.1.0)
carrierwave (>= 1.0.0)
fog-aws
cgi (0.4.0)
cgi (0.4.1)
climate_control (1.2.0)
closure_tree (7.4.0)
activerecord (>= 4.2.10)
Expand Down Expand Up @@ -418,9 +418,9 @@ GEM
date_validator (0.12.0)
activemodel (>= 3)
activesupport (>= 3)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
debug (1.9.0)
irb (~> 1.10)
reline (>= 0.3.8)
deckar01-task_list (2.3.3)
html-pipeline
declarative (0.0.20)
Expand Down Expand Up @@ -596,12 +596,12 @@ GEM
ice_nine (0.11.2)
interception (0.5)
io-console (0.6.0)
irb (1.10.0)
irb (1.10.1)
rdoc
reline (>= 0.3.8)
iso8601 (0.13.0)
jmespath (1.6.2)
json (2.7.0)
json (2.7.1)
json-jwt (1.16.3)
activesupport (>= 4.2)
aes_key_wrap
Expand Down Expand Up @@ -641,7 +641,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.1.1)
lookbook (2.2.0)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand All @@ -666,7 +666,7 @@ GEM
method_source (1.0.0)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mime-types-data (3.2023.1205)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
Expand Down Expand Up @@ -777,7 +777,7 @@ GEM
multi_json
puma (6.4.0)
nio4r (~> 2.0)
puma-plugin-statsd (2.5.0)
puma-plugin-statsd (2.6.0)
puma (>= 5.0, < 7)
raabro (1.4.0)
racc (1.7.3)
Expand Down Expand Up @@ -852,9 +852,9 @@ GEM
redcarpet (3.6.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.18.0)
redis-client (0.19.0)
connection_pool
regexp_parser (2.8.2)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
representable (3.2.0)
Expand Down Expand Up @@ -896,7 +896,7 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.12.1)
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -948,7 +948,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
secure_headers (6.5.0)
selenium-webdriver (4.15.0)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -1078,7 +1078,7 @@ DEPENDENCIES
axe-core-rspec
bcrypt (~> 3.1.6)
bootsnap (~> 1.17.0)
brakeman (~> 6.0.0)
brakeman (~> 6.1.0)
browser (~> 5.3.0)
budgets!
capybara (~> 3.39.0)
Expand Down Expand Up @@ -1134,7 +1134,7 @@ DEPENDENCIES
letter_opener
listen (~> 3.8.0)
lograge (~> 0.14.0)
lookbook (~> 2.1.0)
lookbook (~> 2.2.0)
mail (= 2.8.1)
matrix (~> 0.4.2)
md_to_pdf!
Expand Down Expand Up @@ -1221,7 +1221,7 @@ DEPENDENCIES
rubytree (~> 2.0.0)
sanitize (~> 6.1.0)
secure_headers (~> 6.5.0)
selenium-webdriver (~> 4.15.0)
selenium-webdriver (~> 4.16.0)
semantic (~> 1.6.1)
shoulda-context (~> 2.0)
shoulda-matchers (~> 5.0)
Expand Down

0 comments on commit 468ca78

Please sign in to comment.