Skip to content

Commit

Permalink
update serverlessgems gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Jul 15, 2021
1 parent ba0739b commit be9bf2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "railties", "~> 6.1.0" # for ActiveRecord database_tasks.rb
spec.add_dependency "rainbow"
spec.add_dependency "recursive-open-struct"
spec.add_dependency "serverlessgems", "~> 0.1.3"
spec.add_dependency "serverlessgems", "~> 0.1.4"
spec.add_dependency "shotgun"
spec.add_dependency "text-table"
spec.add_dependency "thor"
Expand Down
2 changes: 1 addition & 1 deletion lib/jets/commands/gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Jets::Commands
class Gems < Jets::Commands::Base
desc "check", "Check if pre-built Lambda gems are available from the sources"
long_desc Help.text("gems:check")
option :show_source, type: :boolean, desc: "Show source"
option :verbose, type: :boolean, desc: "Verbose mode"
def check
check = Jets::Gems::Check.new(@options)
check.run! # exits early if missing gems found
Expand Down

0 comments on commit be9bf2c

Please sign in to comment.