diff --git a/Gemfile.lock b/Gemfile.lock index 4dd4ad7..2174c4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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 @@ -140,6 +140,7 @@ GEM PLATFORMS arm64-darwin-22 + arm64-darwin-23 x86_64-linux DEPENDENCIES diff --git a/lib/sg_fargate_rails/version.rb b/lib/sg_fargate_rails/version.rb index 4e5296b..6d601c5 100644 --- a/lib/sg_fargate_rails/version.rb +++ b/lib/sg_fargate_rails/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SgFargateRails - VERSION = "0.1.17" + VERSION = "0.2.0" end