Skip to content

Commit 27daec2

Browse files
committed
Fix typo
1 parent 478ed59 commit 27daec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ group :test do
99
gem "rack-test"
1010
gem "rest-client", "~> 1.7.3", :platforms => %i[jruby ruby_18]
1111
gem "rspec", "~> 3.2"
12-
gem "rubocop", ">= 0.51", :platforms => %i[ruby_19 ruby_20 ruby_21 ruby_22, :ruby_23, :ruby_24]
12+
gem "rubocop", ">= 0.51", :platforms => %i[ruby_19 ruby_20 ruby_21 ruby_22 ruby_23 ruby_24]
1313
gem "simplecov", ">= 0.9"
1414
gem "webmock", "~> 1.0"
1515
gem "addressable", "~> 2.3.8", :platforms => [:jruby, :ruby_18]

0 commit comments

Comments
 (0)