Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.
Closed
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ group :development, :test do
gem 'capybara', '~> 2.14.0'
gem 'selenium-webdriver', '3.4.0'
gem 'launchy', '~> 2.4.3'
gem "minitest", '~> 5.10.2'
gem "minitest", '~> 5.11.3'

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.

gem 'rspec-rails', '3.6.0'
gem 'rspec-activemodel-mocks', '~> 1.0'
gem 'simplecov', '~> 0.14.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ GEM
mime-types (2.99.3)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.10.3)
minitest (5.11.3)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
Expand Down Expand Up @@ -458,7 +458,7 @@ DEPENDENCIES
launchy (~> 2.4.3)
lograge (= 0.5.1)
logstash-event (= 1.2.02)
minitest (~> 5.10.2)
minitest (~> 5.11.3)
newrelic_rpm (= 5.3.0.346)
nokogiri (= 1.8.4)
omniauth (~> 1.7.1)
Expand Down