Skip to content

Commit

Permalink
Reduce errors from bundle and runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley committed Feb 12, 2015
1 parent 1b0d1f4 commit d8814d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source "https://rubygems.org"

gemspec

Expand Down
2 changes: 1 addition & 1 deletion nexus_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency 'highline'
s.add_dependency 'jsonpath'
s.add_runtime_dependency 'chozo', '>= 0.6.0'
s.add_runtime_dependency 'activesupport', '~> 3.2.0'
s.add_runtime_dependency 'activesupport', '~> 4.0.0'

s.add_development_dependency 'rspec'
s.add_development_dependency 'aruba', "= 0.5.0"
Expand Down

0 comments on commit d8814d4

Please sign in to comment.