Skip to content

Commit

Permalink
Merge pull request #283 from Shopify/ac-bump-0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
adrianna-chang-shopify committed Nov 1, 2022
2 parents 3deee16 + 51cd7f1 commit 2e03539
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
erb_lint (0.2.0)
erb_lint (0.3.0)
activesupport
better_html (>= 2.0.1)
parser (>= 2.7.1.4)
Expand All @@ -12,13 +12,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionview (7.0.3.1)
activesupport (= 7.0.3.1)
actionview (7.0.4)
activesupport (= 7.0.4)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.3.1)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -39,7 +39,7 @@ GEM
fakefs (1.5.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
loofah (2.18.0)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.8.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rubocop-next
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

eval_gemfile "../Gemfile"

gem "rubocop", ">= 0.87"
gem "rubocop", "~> 1.37.1"
2 changes: 1 addition & 1 deletion lib/erb_lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ERBLint
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 2e03539

Please sign in to comment.