Skip to content

Commit

Permalink
Merge pull request #60 from SonicGarden/upd-version-to-0-2-0
Browse files Browse the repository at this point in the history
[review] バージョンを 0.2.0 へ更新
  • Loading branch information
morikiyo authored Sep 13, 2024
2 parents ef7d50f + 306cc70 commit cd61754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sg_fargate_rails (0.1.17)
sg_fargate_rails (0.2.0)
aws-sdk-ec2 (~> 1.413)
aws-sdk-scheduler (~> 1.10)
lograge (~> 0.12)
Expand Down Expand Up @@ -75,12 +75,12 @@ GEM
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mini_portile2 (2.8.7)
minitest (5.20.0)
mutex_m (0.2.0)
nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
psych (5.1.1.1)
stringio
Expand Down Expand Up @@ -140,6 +140,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion lib/sg_fargate_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SgFargateRails
VERSION = "0.1.17"
VERSION = "0.2.0"
end

0 comments on commit cd61754

Please sign in to comment.