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

Upgrades pt 2: Ruby 2.7 #860

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Rubocop fixes
  • Loading branch information
esoterik committed Feb 4, 2021
commit 14f9d505d8ddca15ee5b98fa430c387951906b47
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -111,8 +111,8 @@ group :development do
end

group :test do
gem "webmock", "~> 2"
gem "apparition", "~> 0.6"
gem "webmock", "~> 2"
end

group :development, :test do
4 changes: 2 additions & 2 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
@@ -40,8 +40,8 @@

if ENV["TRAVIS"]
apparition_opts[:browser_options] = {
'remote-debugging-address' => '127.0.0.1',
'remote-debugging-port' => 9222
"remote-debugging-address" => "127.0.0.1",
"remote-debugging-port" => 9222
}
apparition_opts[:remote] = true
end