Skip to content

Commit 7354179

Browse files
committed
wip
1 parent fb6ee43 commit 7354179

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@ jobs:
2424
bundler-cache: true
2525

2626
- run: bundle exec rake
27-
28-
# - uses: coverallsapp/github-action@v1.1.2
29-
# with:
30-
# github-token: ${{ secrets.GITHUB_TOKEN }}

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
helmsnap (1.0.2)
4+
helmsnap (1.1.0)
55
colorize
66

77
GEM
@@ -116,4 +116,4 @@ DEPENDENCIES
116116
rubocop-config-umbrellio
117117

118118
BUNDLED WITH
119-
2.4.3
119+
2.5.21

lib/helmsnap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Helmsnap
4-
VERSION = "1.0.2"
4+
VERSION = "1.1.0"
55
end

0 commit comments

Comments
 (0)