Skip to content

Commit 146584e

Browse files
committed
Update rspec dependency to ~> 3.2
1 parent 1a8b9ab commit 146584e

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
@@ -8,7 +8,7 @@ group :test do
88
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
99
gem 'rack-test'
1010
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
11-
gem 'rspec', '~> 3.0.0'
11+
gem 'rspec', '~> 3.2'
1212
gem 'rubocop', '>= 0.30', :platforms => [:ruby_19, :ruby_20, :ruby_21, :ruby_22]
1313
gem 'simplecov', '>= 0.9'
1414
gem 'webmock'

0 commit comments

Comments
 (0)