Skip to content

Commit

Permalink
use aws sdk 2.1, version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sschepens committed Aug 27, 2015
1 parent 7aa02f5 commit cce4385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/toiler/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Toiler Version
module Toiler
VERSION = '0.2.0.pre1'
VERSION = '0.2.0'
end
2 changes: 1 addition & 1 deletion toiler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'nokogiri'
spec.add_development_dependency 'dotenv'

spec.add_dependency 'aws-sdk', '~> 2.0.48'
spec.add_dependency 'aws-sdk', '~> 2.1.16'
spec.add_dependency 'concurrent-ruby', '~> 0.9.0'
spec.add_dependency 'concurrent-ruby-edge', '~> 0.1.0'
end

0 comments on commit cce4385

Please sign in to comment.