Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/bundler/rails-7.0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
immewnity committed Jul 27, 2023
2 parents 8426ac6 + 99fdadb commit 79e4f35
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'httparty'
gem 'diffy'
gem 'kramdown'

gem 'aws-sdk-sqs', '~> 1.51'
gem 'aws-sdk-sqs', '~> 1.53'

group :development, :test do
gem 'byebug'
Expand Down
52 changes: 27 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,24 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
aws-eventstream (1.2.0)
aws-partitions (1.587.0)
aws-sdk-core (3.130.2)
aws-partitions (1.695.0)
aws-sdk-core (3.169.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-sqs (1.53.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-sqs (1.51.1)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.0)
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.18)
bindex (0.8.1)
bootsnap (1.13.0)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
Expand All @@ -100,7 +101,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
css_parser (1.9.0)
css_parser (1.12.0)
addressable
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
Expand Down Expand Up @@ -145,8 +146,8 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jmespath (1.6.1)
jquery-rails (4.5.0)
jmespath (1.6.2)
jquery-rails (4.5.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -181,7 +182,7 @@ GEM
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.18.0)
msgpack (1.5.4)
msgpack (1.6.0)
multi_xml (0.6.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand All @@ -203,25 +204,26 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
pg (1.4.4)
premailer (1.14.2)
pg (1.4.6)
premailer (1.18.0)
addressable
css_parser (>= 1.6.0)
css_parser (>= 1.12.0)
htmlentities (>= 4.0.0)
premailer-rails (1.11.1)
premailer-rails (1.12.0)
actionmailer (>= 3)
net-smtp
premailer (~> 1.7, >= 1.7.9)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
public_suffix (5.0.0)
puma (6.0.0)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
rack-cache (1.13.0)
rack (>= 0.4)
rack-protection (3.0.2)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -275,7 +277,7 @@ GEM
rspec-expectations (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-github (2.3.1)
rspec-github (2.4.0)
rspec-core (~> 3.0)
rspec-mocks (3.10.3)
diff-lcs (>= 1.2.0, < 2.0)
Expand Down Expand Up @@ -312,10 +314,10 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (3.0.2)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
rack-protection (= 3.0.5)
tilt (~> 2.0)
spring (4.1.0)
sprockets (3.7.2)
Expand Down Expand Up @@ -354,7 +356,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
aws-sdk-sqs (~> 1.51)
aws-sdk-sqs (~> 1.53)
bcrypt (~> 3.1.18)
bootsnap
byebug
Expand Down

0 comments on commit 79e4f35

Please sign in to comment.