Skip to content

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Samy Kacimi committed Nov 27, 2018
1 parent a859ccc commit 1b85097
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in omniauth-marvin.gemspec
gemspec

gem 'rake', '12.3.0'
gem 'rake', '12.3.1'

group :test do
gem 'coveralls', '0.8.21', require: false
gem 'rack-test', '0.8.2'
gem 'rspec', '3.7.0'
gem 'simplecov', '0.14.1', require: false
gem 'webmock', '3.2.1'
gem 'coveralls', '0.8.22', require: false
gem 'rack-test', '1.1.0'
gem 'rspec', '3.8.0'
gem 'simplecov', '0.16.1', require: false
gem 'webmock', '3.4.2'
end
2 changes: 1 addition & 1 deletion omniauth-marvin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'omniauth-oauth2', '1.5.0'
spec.add_runtime_dependency 'multi_json', '~> 1.13.1'

spec.add_development_dependency 'bundler', '~> 1.16.1'
spec.add_development_dependency 'bundler', '~> 1.17.1'
end

0 comments on commit 1b85097

Please sign in to comment.