Skip to content

Commit

Permalink
Updated iron_core
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Aug 23, 2012
1 parent 9c1dce6 commit edbb791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
iron_cache (1.1.2)
iron_core (>= 0.4.0)
iron_cache (1.2.0)
iron_core (>= 0.4.2)

GEM
remote: https://rubygems.org/
specs:
iron_core (0.4.1)
iron_core (0.4.2)
rest (>= 2.0.2)
memcache-client (1.8.5)
mime-types (1.19)
Expand Down
2 changes: 1 addition & 1 deletion iron_cache.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|

gem.required_rubygems_version = ">= 1.3.6"
gem.required_ruby_version = Gem::Requirement.new(">= 1.9")
gem.add_runtime_dependency "iron_core", ">= 0.4.0"
gem.add_runtime_dependency "iron_core", ">= 0.4.2"

gem.add_development_dependency "test-unit"
gem.add_development_dependency "minitest"
Expand Down

0 comments on commit edbb791

Please sign in to comment.