Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Version 1.3.3 to update AWS SDK to v3.2.0 and ruby version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semifocused committed Feb 4, 2024
1 parent 8ecb0ab commit 869c0c9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
3.3.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.3.3

**3 February 2024**

Enhancements:

* upgrade to AWS SDK v3.2.0

## 1.3.2

**6 January 2016**
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-s3auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module S3Auth
VERSION = '1.3.2'.freeze
VERSION = '1.3.3'.freeze
end
end
4 changes: 3 additions & 1 deletion vagrant-s3auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(/spec/)
spec.require_paths = ['lib']

spec.add_dependency 'aws-sdk', '~> 2.6.44'
spec.required_ruby_version = '~> 3.3.0'

spec.add_dependency 'aws-sdk', '~> 3.2.0'

spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'http', '~> 1.0.2'
Expand Down

0 comments on commit 869c0c9

Please sign in to comment.