Skip to content

Commit

Permalink
Merge pull request #82 from MaximeD/update_gems
Browse files Browse the repository at this point in the history
UPDATE gems
  • Loading branch information
MaximeD authored Nov 19, 2017
2 parents 2edbd4f + 63d9886 commit 73f6d3a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# master (unreleased)

Updates:
* gems and dependencies

# v2.1.2 (July 02, 2017)

Updates:
Expand Down
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@ PATH
remote: .
specs:
gem_updater (2.1.2)
bundler (~> 1.15)
bundler (~> 1.16)
json (~> 2.1)
nokogiri (~> 1.8)

GEM
remote: https://rubygems.org/
specs:
codacy-coverage (1.1.6)
codacy-coverage (1.1.8)
simplecov
diff-lcs (1.3)
docile (1.1.5)
json (2.1.0)
mini_portile2 (2.2.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
rake (12.0.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
mini_portile2 (2.3.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
rake (12.3.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.0)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
simplecov (0.14.1)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.1)
simplecov-html (0.10.2)

PLATFORMS
ruby
Expand All @@ -44,8 +44,8 @@ DEPENDENCIES
codacy-coverage
gem_updater!
rake
rspec (~> 3.6)
rspec (~> 3.7)
simplecov

BUNDLED WITH
1.15.1
1.16.0
4 changes: 2 additions & 2 deletions gem_updater.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.1.0'

s.add_runtime_dependency 'bundler', '~> 1.15'
s.add_runtime_dependency 'bundler', '~> 1.16'
s.add_runtime_dependency 'json', '~> 2.1'
s.add_runtime_dependency 'nokogiri', '~> 1.8'

s.add_development_dependency 'rspec', '~> 3.6'
s.add_development_dependency 'rspec', '~> 3.7'

s.executables << 'gem_update'
end

0 comments on commit 73f6d3a

Please sign in to comment.