Skip to content

Commit

Permalink
Bump version for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jun 18, 2023
1 parent a7080a5 commit 4183aa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jsbundling-rails (1.1.1)
jsbundling-rails (1.1.2)
railties (>= 6.0.0)

GEM
Expand Down Expand Up @@ -94,13 +94,11 @@ GEM
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.0.3)
mini_portile2 (2.8.2)
minitest (5.14.4)
nio4r (2.5.7)
nokogiri (1.13.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-linux)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
public_suffix (4.0.6)
racc (1.5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/jsbundling/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jsbundling
VERSION = "1.1.1"
VERSION = "1.1.2"
end

0 comments on commit 4183aa4

Please sign in to comment.