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

Commit de5ea00

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 bdf8a6a commit de5ea00

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
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: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ GEM
181181
json-schema
182182
rest-client
183183
debug_inspector (0.0.3)
184-
diff-lcs (1.4.4)
184+
diff-lcs (1.5.0)
185185
docile (1.3.2)
186186
domain_name (0.5.20170404)
187187
unf (>= 0.0.5, < 1.0.0)
@@ -557,7 +557,7 @@ GEM
557557
activesupport (>= 4.2.0, < 5.0)
558558
nokogiri (~> 1.6)
559559
rails-deprecated_sanitizer (>= 1.0.1)
560-
rails-html-sanitizer (1.4.4)
560+
rails-html-sanitizer (1.5.0)
561561
loofah (~> 2.19, >= 2.19.1)
562562
rails_12factor (0.0.3)
563563
rails_serve_static_assets
@@ -647,27 +647,27 @@ GEM
647647
mime-types (>= 1.16, < 4.0)
648648
netrc (~> 0.8)
649649
rexml (3.2.5)
650-
rspec (3.6.0)
651-
rspec-core (~> 3.6.0)
652-
rspec-expectations (~> 3.6.0)
653-
rspec-mocks (~> 3.6.0)
654-
rspec-core (3.6.0)
655-
rspec-support (~> 3.6.0)
656-
rspec-expectations (3.6.0)
650+
rspec (3.12.0)
651+
rspec-core (~> 3.12.0)
652+
rspec-expectations (~> 3.12.0)
653+
rspec-mocks (~> 3.12.0)
654+
rspec-core (3.12.1)
655+
rspec-support (~> 3.12.0)
656+
rspec-expectations (3.12.2)
657657
diff-lcs (>= 1.2.0, < 2.0)
658-
rspec-support (~> 3.6.0)
659-
rspec-mocks (3.6.0)
658+
rspec-support (~> 3.12.0)
659+
rspec-mocks (3.12.4)
660660
diff-lcs (>= 1.2.0, < 2.0)
661-
rspec-support (~> 3.6.0)
662-
rspec-rails (3.6.1)
663-
actionpack (>= 3.0)
664-
activesupport (>= 3.0)
665-
railties (>= 3.0)
666-
rspec-core (~> 3.6.0)
667-
rspec-expectations (~> 3.6.0)
668-
rspec-mocks (~> 3.6.0)
669-
rspec-support (~> 3.6.0)
670-
rspec-support (3.6.0)
661+
rspec-support (~> 3.12.0)
662+
rspec-rails (4.1.2)
663+
actionpack (>= 4.2)
664+
activesupport (>= 4.2)
665+
railties (>= 4.2)
666+
rspec-core (~> 3.10)
667+
rspec-expectations (~> 3.10)
668+
rspec-mocks (~> 3.10)
669+
rspec-support (~> 3.10)
670+
rspec-support (3.12.0)
671671
rubyzip (2.3.2)
672672
sass-rails (6.0.0)
673673
sassc-rails (~> 2.1, >= 2.1.1)
@@ -712,10 +712,10 @@ GEM
712712
net-http-persistent (~> 4.0, >= 4.0.1)
713713
rdf (~> 3.2, >= 3.2.6)
714714
spring (2.1.1)
715-
sprockets (3.7.2)
715+
sprockets (4.1.1)
716716
concurrent-ruby (~> 1.0)
717717
rack (> 1, < 3)
718-
sprockets-rails (3.2.1)
718+
sprockets-rails (3.2.2)
719719
actionpack (>= 4.0)
720720
activesupport (>= 4.0)
721721
sprockets (>= 3.0.0)
@@ -822,7 +822,7 @@ DEPENDENCIES
822822
rake (~> 13.0)
823823
rest-client (~> 2.0)
824824
resumable_upload!
825-
rspec-rails (< 4)
825+
rspec-rails (< 5)
826826
rubyzip (~> 2.3)
827827
sass-rails (~> 6.0)
828828
sdoc (~> 2.6)

0 commit comments

Comments
 (0)