Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Baker committed Dec 21, 2017
1 parent 27a328f commit 604d93a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
PATH
remote: .
specs:
tfmodtest (0.0.1.rc1)
TerraformDevKit (~> 0.2)

GEM
remote: https://rubygems.org/
specs:
TerraformDevKit (0.2.4)
aws-sdk (~> 2.9)
mustache (~> 1.0)
rainbow (~> 3.0)
rubyzip (~> 1.2)
aws-sdk (2.10.106)
aws-sdk-resources (= 2.10.106)
aws-sdk-core (2.10.106)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.10.106)
aws-sdk-core (= 2.10.106)
aws-sigv4 (1.0.2)
jmespath (1.3.1)
mustache (1.0.5)
rainbow (3.0.0)
rake (10.5.0)
rubyzip (1.2.1)

PLATFORMS
x64-mingw32

DEPENDENCIES
bundler (~> 1.14)
rake (~> 10.0)
tfmodtest!

BUNDLED WITH
1.14.6
2 changes: 1 addition & 1 deletion lib/tfmodtest/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TFModTest
VERSION = '0.0.1.rc1'.freeze
VERSION = '0.0.1.rc2'.freeze
end

0 comments on commit 604d93a

Please sign in to comment.