Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin development Puma version until Capybara is compatible #722

Merged
merged 1 commit into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
async (1.30.3)
console (~> 1.10)
Expand Down Expand Up @@ -232,14 +232,14 @@ GEM
multi_json (1.15.0)
nio4r (2.5.8)
nio4r (2.5.8-java)
nokogiri (1.13.7)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.7-arm64-darwin)
nokogiri (1.13.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.7-java)
nokogiri (1.13.8-java)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-linux)
nokogiri (1.13.8-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -267,10 +267,10 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.7)
puma (5.6.4)
public_suffix (5.0.0)
puma (5.6.5)
nio4r (~> 2.0)
puma (5.6.4-java)
puma (5.6.5-java)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.6.0)
Expand Down Expand Up @@ -309,7 +309,7 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.5.0)
regexp_parser (2.6.0)
rexml (3.2.5)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
Expand Down Expand Up @@ -427,7 +427,7 @@ DEPENDENCIES
pg
pry-byebug
pry-rails
puma
puma (~> 5.6)
rails
rspec-rails
rubocop
Expand Down
2 changes: 1 addition & 1 deletion good_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "kramdown"
spec.add_development_dependency "kramdown-parser-gfm"
spec.add_development_dependency "pry-rails"
spec.add_development_dependency "puma"
spec.add_development_dependency "puma", "~> 5.6" # waiting on Capybara support for Puma v6
spec.add_development_dependency "rspec-rails"
spec.add_development_dependency "selenium-webdriver"
spec.add_development_dependency "yard"
Expand Down