We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff434ed commit d49034bCopy full SHA for d49034b
.ruby-version
@@ -1 +1 @@
1
-2.2.2
+2.2.3
Gemfile
@@ -12,10 +12,10 @@ group :test, :development do
12
gem 'aruba', '~> 0.8.0'
13
gem 'json', '~> 1.8.1'
14
gem 'rake', '>= 0.8.7'
15
- gem 'rspec', '~> 3.1.0'
16
- gem 'rspec-core', '~> 3.1.0'
17
- gem 'rspec-expectations', '~> 3.1.0'
18
- gem 'rspec-mocks', '~> 3.1.0'
+ gem 'rspec', '~> 3.3.0'
+ gem 'rspec-core', '~> 3.3.0'
+ gem 'rspec-expectations', '~> 3.3.0'
+ gem 'rspec-mocks', '~> 3.3.0'
19
gem 'webmock', '~> 1.18.0'
20
gem 'coveralls', '~> 0.7.0'
21
end
0 commit comments