-
Notifications
You must be signed in to change notification settings - Fork 242
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
Trying to fix the build + Selenium options #551
Conversation
@@ -8,6 +8,8 @@ gemspec name: "teaspoon" | |||
group :development, :test do | |||
gemspec name: "teaspoon-devkit" | |||
|
|||
gem "puma" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
@@ -1,13 +1,15 @@ | |||
source "https://rubygems.org" | |||
|
|||
gem "rails", "5.0.0.1" | |||
gem "rails", "5.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
Took this to #552 |
Don't merge. This is the same as #537, but with an additional commit to attempt fix the breaking build.