We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6ee43 commit 7354179Copy full SHA for 7354179
.github/workflows/ci.yml
@@ -24,7 +24,3 @@ jobs:
24
bundler-cache: true
25
26
- run: bundle exec rake
27
-
28
- # - uses: coverallsapp/github-action@v1.1.2
29
- # with:
30
- # github-token: ${{ secrets.GITHUB_TOKEN }}
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- helmsnap (1.0.2)
+ helmsnap (1.1.0)
5
colorize
6
7
GEM
@@ -116,4 +116,4 @@ DEPENDENCIES
116
rubocop-config-umbrellio
117
118
BUNDLED WITH
119
- 2.4.3
+ 2.5.21
lib/helmsnap/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Helmsnap
- VERSION = "1.0.2"
+ VERSION = "1.1.0"
end
0 commit comments