diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ebf1473..fc32573 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,7 +11,7 @@ jobs: name: Copy Markdown Files to gh_pages steps: - name: Checkout 🛎️ - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build Deploment Folder 🔧 run: | diff --git a/Gemfile.lock b/Gemfile.lock index 3834d74..d3e4b24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: emasser (3.4.0) - activesupport (~> 6.1.4) + activesupport (>= 6.1.4, < 7.1.0) colorize (~> 0.8.1) dotenv (~> 2.7.6) emass_client (~> 3.0) @@ -12,7 +12,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -24,19 +24,20 @@ GEM thor (~> 1.0) byebug (11.1.3) colorize (0.8.1) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) diff-lcs (1.5.0) dotenv (2.7.6) - emass_client (3.4.0) + emass_client (3.4.1) typhoeus (~> 1.0, >= 1.0.1) - ethon (0.15.0) + ethon (0.16.0) ffi (>= 1.15.0) + ffi (1.15.5) ffi (1.15.5-x64-mingw32) i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.16.3) + minitest (5.15.0) parallel (1.22.1) - parser (3.1.2.0) + parser (3.2.1.1) ast (~> 2.4.1) rainbow (3.1.1) rake (13.0.6) @@ -55,20 +56,20 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.3) - rubocop (1.30.0) + rubocop (1.28.2) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.18.0, < 2.0) + rexml + rubocop-ast (>= 1.17.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.18.0) + rubocop-ast (1.17.0) parser (>= 3.1.1.0) - rubocop-minitest (0.20.0) + rubocop-minitest (0.19.1) rubocop (>= 0.90, < 2.0) - rubocop-performance (1.14.0) + rubocop-performance (1.13.3) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rake (0.6.0) @@ -78,14 +79,15 @@ GEM thor (1.1.0) typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.1.0) + unicode-display_width (2.4.2) yaml (0.2.0) - zeitwerk (2.6.0) + zeitwerk (2.6.7) PLATFORMS x64-mingw32 + x86_64-linux DEPENDENCIES bundler (~> 2.3) diff --git a/emasser.gemspec b/emasser.gemspec index 3944372..2427a81 100644 --- a/emasser.gemspec +++ b/emasser.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| # References: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry spec.metadata = { "github_repo" => "ssh://github.com/mitre/emasser" } - spec.add_runtime_dependency 'activesupport', '~> 6.1.4' + spec.add_runtime_dependency 'activesupport', '>= 6.1.4', '< 7.1.0' spec.add_runtime_dependency 'colorize', '~> 0.8.1' spec.add_runtime_dependency 'dotenv', '~> 2.7.6' spec.add_runtime_dependency 'rubyzip', '~> 2.3.2'