Skip to content

Commit

Permalink
Merge pull request #13149 from opf/fix/bump_gems
Browse files Browse the repository at this point in the history
Fix/bump gems
  • Loading branch information
ulferts authored Jul 17, 2023
2 parents 0c9ffc7 + e258b5a commit 0a23863
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 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.61.0)
aws-sdk-sns (~> 1.65.0)
messagebird-rest (~> 1.4.2)
rotp (~> 6.1)

Expand Down Expand Up @@ -320,8 +320,8 @@ GEM
aws-sdk-core (~> 3, >= 3.177.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.6)
aws-sdk-sns (1.61.0)
aws-sdk-core (~> 3, >= 3.174.0)
aws-sdk-sns (1.65.0)
aws-sdk-core (~> 3, >= 3.177.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
Expand Down Expand Up @@ -435,13 +435,13 @@ GEM
tzinfo
eventmachine (1.2.7)
eventmachine_httpserver (0.2.1)
excon (0.99.0)
excon (0.100.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (2.7.9)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-follow_redirects (0.3.0)
Expand Down Expand Up @@ -537,8 +537,8 @@ GEM
ice_cube (0.16.4)
interception (0.5)
io-console (0.6.0)
irb (1.7.0)
reline (>= 0.3.0)
irb (1.7.4)
reline (>= 0.3.6)
iso8601 (0.13.0)
jmespath (1.6.2)
json (2.6.3)
Expand Down Expand Up @@ -685,7 +685,7 @@ GEM
pry (>= 0.12.0)
psych (5.1.0)
stringio
public_suffix (5.0.1)
public_suffix (5.0.3)
puffing-billy (3.1.0)
addressable (~> 2.5)
em-http-request (~> 1.1, >= 1.1.0)
Expand Down Expand Up @@ -742,8 +742,9 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.1.1)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
Expand All @@ -769,7 +770,7 @@ GEM
recaptcha (5.14.0)
redcarpet (3.6.0)
regexp_parser (2.8.1)
reline (0.3.5)
reline (0.3.6)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -801,7 +802,7 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.3)
Expand All @@ -814,7 +815,7 @@ GEM
rspec-support (~> 3.12)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.12.0)
rspec-support (3.12.1)
rubocop (1.54.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -912,7 +913,7 @@ GEM
test-prof (1.2.2)
text-hyphen (1.5.0)
thor (1.2.2)
tilt (2.1.0)
tilt (2.2.0)
timecop (0.9.6)
timeout (0.4.0)
trailblazer-option (0.1.2)
Expand Down
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.61.0'
s.add_dependency 'aws-sdk-sns', '~> 1.65.0'
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 0a23863

Please sign in to comment.