Skip to content

Commit 4183aa4

Browse files
committed
Bump version for 1.1.2
1 parent a7080a5 commit 4183aa4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Gemfile.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jsbundling-rails (1.1.1)
4+
jsbundling-rails (1.1.2)
55
railties (>= 6.0.0)
66

77
GEM
@@ -94,13 +94,11 @@ GEM
9494
marcel (1.0.1)
9595
method_source (1.0.0)
9696
mini_mime (1.0.3)
97+
mini_portile2 (2.8.2)
9798
minitest (5.14.4)
9899
nio4r (2.5.7)
99-
nokogiri (1.13.6-arm64-darwin)
100-
racc (~> 1.4)
101-
nokogiri (1.13.6-x86_64-darwin)
102-
racc (~> 1.4)
103-
nokogiri (1.13.6-x86_64-linux)
100+
nokogiri (1.13.6)
101+
mini_portile2 (~> 2.8.0)
104102
racc (~> 1.4)
105103
public_suffix (4.0.6)
106104
racc (1.5.2)

lib/jsbundling/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Jsbundling
2-
VERSION = "1.1.1"
2+
VERSION = "1.1.2"
33
end

0 commit comments

Comments
 (0)