Skip to content

Commit

Permalink
Upgrade subexec to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HamptonMakes committed Dec 28, 2011
1 parent b2ee6d1 commit a3db09d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PATH
remote: .
specs:
mini_magick (3.3)
subexec (~> 0.1.0)
subexec (~> 0.2.1)

GEM
remote: http://rubygems.org/
specs:
rake (0.9.2)
subexec (0.1.0)
subexec (0.2.1)

PLATFORMS
java
Expand Down
4 changes: 2 additions & 2 deletions mini_magick.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |s|
s.test_files = Dir['test/**/*']
s.require_path = 'lib'

s.add_runtime_dependency('subexec', ['~> 0.1.0'])
end
s.add_runtime_dependency('subexec', ['~> 0.2.1'])
end

0 comments on commit a3db09d

Please sign in to comment.