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

Commit

Permalink
version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuuuun committed Oct 28, 2019
1 parent c1e1efb commit 85020c6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
63 changes: 32 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rebi (0.4.1)
rebi (0.4.2)
activesupport (~> 5.0)
aws-sdk-ec2 (~> 1.0)
aws-sdk-elasticbeanstalk (~> 1.0)
Expand All @@ -17,48 +17,49 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.2)
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
aws-eventstream (1.0.1)
aws-partitions (1.129.0)
aws-sdk-core (3.44.2)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
aws-eventstream (1.0.3)
aws-partitions (1.228.0)
aws-sdk-core (3.72.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.228.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ec2 (1.65.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sigv4 (~> 1.0)
aws-sdk-elasticbeanstalk (1.15.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sigv4 (~> 1.0)
aws-sdk-iam (1.13.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sigv4 (~> 1.0)
aws-sdk-kms (1.13.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sigv4 (~> 1.0)
aws-sdk-s3 (1.30.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sdk-ec2 (1.114.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-elasticbeanstalk (1.26.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.31.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.25.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.51.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
aws-sigv4 (1.0.3)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
byebug (9.1.0)
colorize (0.8.1)
commander (4.4.7)
highline (~> 2.0.0)
concurrent-ruby (1.1.4)
dotenv (2.6.0)
highline (2.0.0)
i18n (1.5.1)
concurrent-ruby (1.1.5)
dotenv (2.7.5)
highline (2.0.3)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
minitest (5.11.3)
minitest (5.12.2)
pathspec (0.2.1)
rubyzip (1.2.2)
rubyzip (1.3.0)
subprocess (1.3.2)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -72,4 +73,4 @@ DEPENDENCIES
rebi!

BUNDLED WITH
1.17.1
1.17.2
2 changes: 1 addition & 1 deletion lib/rebi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rebi
VERSION = '0.4.1'
VERSION = '0.4.2'
end

0 comments on commit 85020c6

Please sign in to comment.