Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump and freeze thor
  • Loading branch information
ddollar committed Apr 23, 2014
1 parent c017637 commit d8fef93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
foreman (0.64.0)
dotenv (~> 0.7.0)
thor (>= 0.13.6)
thor (~> 0.19.1)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
thor (0.18.1)
thor (0.19.1)
timecop (0.3.5)
win32console (1.3.0-x86-mingw32)
xml-simple (1.0.15)
Expand Down
2 changes: 1 addition & 1 deletion foreman.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.files = Dir["**/*"].select { |d| d =~ %r{^(README|bin/|data/|ext/|lib/|spec/|test/)} }
gem.files << "man/foreman.1"

gem.add_dependency 'thor', '>= 0.13.6'
gem.add_dependency 'thor', '~> 0.19.1'
gem.add_dependency 'dotenv', '~> 0.7.0'

if ENV["PLATFORM"] == "java"
Expand Down

0 comments on commit d8fef93

Please sign in to comment.