Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
remove gems versions
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhazbun committed Jul 21, 2012
1 parent 3297690 commit 6a9957a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
milo (0.0.3)
activesupport (>= 2.3)
crack (>= 0.1.8)
activesupport
crack

GEM
remote: https://rubygems.org/
Expand All @@ -12,7 +12,7 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
crack (0.3.1)
curb (0.6.7)
curb (0.8.1)
diff-lcs (1.1.3)
i18n (0.6.0)
multi_json (1.3.6)
Expand Down
6 changes: 2 additions & 4 deletions milo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "rspec"
s.add_development_dependency "curb"

s.add_runtime_dependency(%q<crack>, [">= 0.1.8"])
s.add_runtime_dependency(%q<activesupport>, [">= 2.3"])

s.add_dependency "activesupport"
s.add_dependency "crack"
end

0 comments on commit 6a9957a

Please sign in to comment.