Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 03d3c7d

Browse files
Bump puma from 5.5.1 to 5.5.2
Bumps [puma](https://github.com/puma/puma) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd5ba0c commit 03d3c7d

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ group :production do
3737
end
3838

3939
group :development, :test do
40-
gem 'rspec-rails', "< 4" # version 4 requires rails 5
40+
gem 'rspec-rails', "< 5" # version 4 requires rails 5
4141
gem 'cucumber-rails', '~> 1.4', require: false
4242
gem 'database_cleaner', '~> 1.99'
4343
gem 'coveralls', '~> 0.8', require: false

Gemfile.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ GEM
180180
json-schema
181181
rest-client
182182
debug_inspector (0.0.3)
183-
diff-lcs (1.4.4)
183+
diff-lcs (1.5.0)
184184
docile (1.3.2)
185185
domain_name (0.5.20170404)
186186
unf (>= 0.0.5, < 1.0.0)
@@ -474,7 +474,7 @@ GEM
474474
listen (3.2.1)
475475
rb-fsevent (~> 0.10, >= 0.10.3)
476476
rb-inotify (~> 0.9, >= 0.9.10)
477-
loofah (2.9.0)
477+
loofah (2.18.0)
478478
crass (~> 1.0.2)
479479
nokogiri (>= 1.5.9)
480480
lumberjack (1.2.4)
@@ -486,7 +486,7 @@ GEM
486486
mime-types-data (3.2022.0105)
487487
mini_mime (1.0.2)
488488
mini_portile2 (2.8.0)
489-
minitest (5.15.0)
489+
minitest (5.16.2)
490490
mongoid (5.1.6)
491491
activemodel (~> 4.0)
492492
mongo (~> 2.1)
@@ -547,13 +547,13 @@ GEM
547547
bundler (>= 1.3.0, < 2.0)
548548
railties (= 4.2.11.3)
549549
sprockets-rails
550-
rails-deprecated_sanitizer (1.0.3)
550+
rails-deprecated_sanitizer (1.0.4)
551551
activesupport (>= 4.2.0.alpha)
552552
rails-dom-testing (1.0.9)
553553
activesupport (>= 4.2.0, < 5.0)
554554
nokogiri (~> 1.6)
555555
rails-deprecated_sanitizer (>= 1.0.1)
556-
rails-html-sanitizer (1.3.0)
556+
rails-html-sanitizer (1.4.3)
557557
loofah (~> 2.3)
558558
rails_12factor (0.0.3)
559559
rails_serve_static_assets
@@ -641,27 +641,27 @@ GEM
641641
mime-types (>= 1.16, < 4.0)
642642
netrc (~> 0.8)
643643
rexml (3.2.5)
644-
rspec (3.6.0)
645-
rspec-core (~> 3.6.0)
646-
rspec-expectations (~> 3.6.0)
647-
rspec-mocks (~> 3.6.0)
648-
rspec-core (3.6.0)
649-
rspec-support (~> 3.6.0)
650-
rspec-expectations (3.6.0)
644+
rspec (3.11.0)
645+
rspec-core (~> 3.11.0)
646+
rspec-expectations (~> 3.11.0)
647+
rspec-mocks (~> 3.11.0)
648+
rspec-core (3.11.0)
649+
rspec-support (~> 3.11.0)
650+
rspec-expectations (3.11.0)
651651
diff-lcs (>= 1.2.0, < 2.0)
652-
rspec-support (~> 3.6.0)
653-
rspec-mocks (3.6.0)
652+
rspec-support (~> 3.11.0)
653+
rspec-mocks (3.11.1)
654654
diff-lcs (>= 1.2.0, < 2.0)
655-
rspec-support (~> 3.6.0)
656-
rspec-rails (3.6.1)
657-
actionpack (>= 3.0)
658-
activesupport (>= 3.0)
659-
railties (>= 3.0)
660-
rspec-core (~> 3.6.0)
661-
rspec-expectations (~> 3.6.0)
662-
rspec-mocks (~> 3.6.0)
663-
rspec-support (~> 3.6.0)
664-
rspec-support (3.6.0)
655+
rspec-support (~> 3.11.0)
656+
rspec-rails (4.1.2)
657+
actionpack (>= 4.2)
658+
activesupport (>= 4.2)
659+
railties (>= 4.2)
660+
rspec-core (~> 3.10)
661+
rspec-expectations (~> 3.10)
662+
rspec-mocks (~> 3.10)
663+
rspec-support (~> 3.10)
664+
rspec-support (3.11.0)
665665
rubyzip (2.3.0)
666666
sass-rails (6.0.0)
667667
sassc-rails (~> 2.1, >= 2.1.1)
@@ -706,10 +706,10 @@ GEM
706706
net-http-persistent (>= 2.9, < 4)
707707
rdf (~> 3.0)
708708
spring (2.1.1)
709-
sprockets (3.7.2)
709+
sprockets (4.1.1)
710710
concurrent-ruby (~> 1.0)
711711
rack (> 1, < 3)
712-
sprockets-rails (3.2.1)
712+
sprockets-rails (3.2.2)
713713
actionpack (>= 4.0)
714714
activesupport (>= 4.0)
715715
sprockets (>= 3.0.0)
@@ -813,7 +813,7 @@ DEPENDENCIES
813813
rake (~> 13.0)
814814
rest-client (~> 2.0)
815815
resumable_upload!
816-
rspec-rails (< 4)
816+
rspec-rails (< 5)
817817
rubyzip (~> 2.3)
818818
sass-rails (~> 6.0)
819819
sdoc (~> 2.1)

0 commit comments

Comments
 (0)