Skip to content

Commit 67fb607

Browse files
authored
Merge pull request #2192 from rspec/fix-other-builds
Add missing puma entry
2 parents be3ae66 + f7127ac commit 67fb607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ when /stable$/
2626
when nil, false, ""
2727
gem "rails", "~> 5.1.0"
2828
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
29+
gem "puma"
2930
else
3031
gem "rails", version
3132

0 commit comments

Comments
 (0)