Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-ecb5bd2748176c62a3b924c812512fb1
Browse files Browse the repository at this point in the history
  • Loading branch information
damphyr committed Mar 21, 2020
2 parents 7289eae + f109b7e commit f2aeba3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gem "highline","~>1.7", :require => false

group :development do
gem 'coveralls', '>= 0.8.21', :require => false
gem "hoe",'~>3.16.0', :require => false
gem "hoe", "~> 3.16.1", :require => false
gem 'rdoc','~>5.0.0', :require => false
gem "mocha","~>1.2.1", :require => false
gem "pry", :require => false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -10,7 +10,7 @@ GEM
tins (~> 1.6)
docile (1.3.2)
highline (1.7.8)
hoe (3.16.1)
hoe (3.16.2)
rake (>= 0.8, < 13.0)
json (2.3.0)
metaclass (0.0.4)
Expand All @@ -23,7 +23,7 @@ GEM
pry (0.11.0)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
rake (12.1.0)
rake (12.3.3)
rdoc (5.0.0)
simplecov (0.16.1)
docile (~> 1.1)
Expand All @@ -46,7 +46,7 @@ PLATFORMS
DEPENDENCIES
coveralls (>= 0.8.21)
highline (~> 1.7)
hoe (~> 3.16.0)
hoe (~> 3.16.1)
mocha (~> 1.2.1)
patir (~> 0.8)
pry
Expand Down

0 comments on commit f2aeba3

Please sign in to comment.