Skip to content

Commit

Permalink
Change the Ione dependency to all versions >= 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iconara committed Jan 21, 2015
1 parent 8c35d5b commit 419614f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
ione-rpc (1.0.0)
ione (~> 1)
ione (~> 1, >= 1.2)

GEM
remote: https://rubygems.org/
Expand All @@ -15,7 +15,7 @@ GEM
thor
diff-lcs (1.2.5)
docile (1.1.3)
ione (1.1.4)
ione (1.2.0)
mime-types (2.2)
multi_json (1.9.2)
rake (0.9.6)
Expand Down
2 changes: 1 addition & 1 deletion ione-rpc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.test_files = Dir['spec/**/*.rb']
s.require_paths = %w(lib)

s.add_dependency 'ione', '~> 1'
s.add_runtime_dependency 'ione', '~> 1', '>= 1.2'

s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 1.9.3'
Expand Down

0 comments on commit 419614f

Please sign in to comment.