Skip to content

Commit

Permalink
Merge pull request #13791 from opf/fix/bump_gems
Browse files Browse the repository at this point in the history
Fix/bump gems
  • Loading branch information
ulferts authored Sep 26, 2023
2 parents 4bc396a + 7594fcc commit ebcb24d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ gem "appsignal", "~> 3.0", require: false

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

# Require factory_bot for usage with openproject plugins testing
gem 'factory_bot', '~> 6.2.0', require: false
Expand Down Expand Up @@ -251,7 +251,7 @@ group :test do
gem 'capybara', '~> 3.39.0'
gem 'capybara-screenshot', '~> 1.0.17'
gem 'cuprite', '~> 0.14.3'
gem 'selenium-webdriver', '~> 4.12.0'
gem 'selenium-webdriver', '~> 4.13.0'

gem 'fuubar', '~> 2.5.0'
gem 'timecop', '~> 0.9.0'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ PATH
remote: modules/two_factor_authentication
specs:
openproject-two_factor_authentication (1.0.0)
aws-sdk-sns (~> 1.65.0)
aws-sdk-sns (~> 1.66.0)
messagebird-rest (~> 1.4.2)
rotp (~> 6.1)

Expand Down Expand Up @@ -323,7 +323,7 @@ GEM
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.6)
aws-sdk-sns (1.65.0)
aws-sdk-sns (1.66.0)
aws-sdk-core (~> 3, >= 3.177.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.6.0)
Expand Down Expand Up @@ -573,7 +573,7 @@ GEM
bindata
faraday (~> 2.0)
faraday-follow_redirects
json-schema (4.0.0)
json-schema (4.1.1)
addressable (>= 2.8)
json_schemer (2.0.0)
hana (~> 1.3)
Expand Down Expand Up @@ -606,7 +606,7 @@ GEM
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.0.5)
lookbook (2.1.1)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand Down Expand Up @@ -650,7 +650,7 @@ GEM
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
Expand Down Expand Up @@ -904,7 +904,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
secure_headers (6.5.0)
selenium-webdriver (4.12.0)
selenium-webdriver (4.13.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -996,7 +996,7 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
websocket (1.2.9)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -1006,7 +1006,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.34)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down Expand Up @@ -1083,7 +1083,7 @@ DEPENDENCIES
letter_opener
listen (~> 3.8.0)
lograge (~> 0.13.0)
lookbook (~> 2.0.5)
lookbook (~> 2.1.0)
mail (= 2.8.1)
matrix (~> 0.4.2)
md_to_pdf!
Expand Down Expand Up @@ -1167,7 +1167,7 @@ DEPENDENCIES
rubytree (~> 2.0.0)
sanitize (~> 6.1.0)
secure_headers (~> 6.5.0)
selenium-webdriver (~> 4.12.0)
selenium-webdriver (~> 4.13.0)
semantic (~> 1.6.1)
shoulda-context (~> 2.0)
shoulda-matchers (~> 5.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/open_project/patches/lookbook_tree_node_inflector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def label
end

if Rails.env.development?
OpenProject::Patches.patch_gem_version 'lookbook', '2.0.5' do
OpenProject::Patches.patch_gem_version 'lookbook', '2.1.1' do
Lookbook::TreeNode.prepend OpenProject::Patches::LookbookTreeNodeInflector
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.add_dependency 'messagebird-rest', '~> 1.4.2'
s.add_dependency 'rotp', '~> 6.1'

s.add_dependency 'aws-sdk-sns', '~> 1.65.0'
s.add_dependency 'aws-sdk-sns', '~> 1.66.0'
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit ebcb24d

Please sign in to comment.