Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dika committed Nov 4, 2024
1 parent c3b25e9 commit b87f2dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
ruby-version: '3.0' # Adjust this to the version you're using
bundler-cache: true

- name: Remove frozen mode
run: |
bundle config set frozen false
- name: Install dependencies
run: |
bundle install
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gherkin_checker (1.1.0)
gherkin_checker (1.1.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/gherkin_checker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GherkinChecker
VERSION = "1.1.1"
VERSION = "1.1.2"
end

0 comments on commit b87f2dc

Please sign in to comment.