Skip to content

Commit

Permalink
Change deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Serman committed Mar 23, 2016
1 parent 1951ef6 commit 781a1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elbas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"
spec.add_development_dependency "rake", "~> 10"
spec.add_development_dependency "rspec"
spec.add_development_dependency "webmock"

spec.add_dependency 'aws-sdk-v1', '~> 1'
spec.add_dependency 'aws-sdk', '~> 1'
spec.add_dependency 'capistrano', '> 3.0.0'
spec.add_dependency 'activesupport', '>= 4.0.0'
end
2 changes: 1 addition & 1 deletion lib/elbas/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Elbas
VERSION = '0.21.0'
VERSION = '0.22.0'
end

0 comments on commit 781a1f0

Please sign in to comment.