update versions
This commit is contained in:
parent
e6d80b0cf0
commit
b9593f7c70
10
Gemfile
10
Gemfile
|
@ -3,9 +3,9 @@ source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem "rspec"
|
gem "rspec", "~>3.2"
|
||||||
gem "rubocop"
|
gem "rubocop", "~>0.31"
|
||||||
gem "coveralls", require: false
|
gem "coveralls", "~>0.8", require: false
|
||||||
gem "simplecov", require: false
|
gem "simplecov", "~>0.10", require: false
|
||||||
gem "codeclimate-test-reporter"
|
gem "codeclimate-test-reporter", "~>0.4"
|
||||||
end
|
end
|
||||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -1,3 +1,10 @@
|
||||||
|
PATH
|
||||||
|
remote: .
|
||||||
|
specs:
|
||||||
|
github_changelog_generator (1.6.2)
|
||||||
|
colorize (~> 0.7)
|
||||||
|
github_api (~> 0.12)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -97,11 +104,11 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
bundler (~> 1.7)
|
||||||
codeclimate-test-reporter
|
codeclimate-test-reporter
|
||||||
colorize (>= 0.7.7)
|
|
||||||
coveralls
|
coveralls
|
||||||
github_api (>= 0.12.3)
|
github_changelog_generator!
|
||||||
rake (>= 10.4.2)
|
rake (~> 10.0)
|
||||||
rspec
|
rspec
|
||||||
rubocop
|
rubocop
|
||||||
simplecov
|
simplecov
|
||||||
|
|
Loading…
Reference in New Issue
Block a user