From 7354179d99e6d2a946d07c065eae1a8316ce4a77 Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Mon, 14 Oct 2024 18:30:26 +0300 Subject: [PATCH] wip --- .github/workflows/ci.yml | 4 ---- Gemfile.lock | 4 ++-- lib/helmsnap/version.rb | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef25cb2..56a0ff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,3 @@ jobs: bundler-cache: true - run: bundle exec rake - - # - uses: coverallsapp/github-action@v1.1.2 - # with: - # github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Gemfile.lock b/Gemfile.lock index ced3970..867d6ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - helmsnap (1.0.2) + helmsnap (1.1.0) colorize GEM @@ -116,4 +116,4 @@ DEPENDENCIES rubocop-config-umbrellio BUNDLED WITH - 2.4.3 + 2.5.21 diff --git a/lib/helmsnap/version.rb b/lib/helmsnap/version.rb index 86b7bb8..b96cf19 100644 --- a/lib/helmsnap/version.rb +++ b/lib/helmsnap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Helmsnap - VERSION = "1.0.2" + VERSION = "1.1.0" end