Skip to content

Commit 61a2d9d

Browse files
committed
Version bump
1 parent 1f8d6d8 commit 61a2d9d

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.2.6.1
4+
- Typo inside div tag corrected
5+
36
## 1.2.6
47
- Security updates for the following Gems: ffi, nokogiri, rack, rails-html-sanitizer, loofah, yard
58

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
lines-engine (1.2.6)
4+
lines-engine (1.2.6.1)
55
acts-as-taggable-on (>= 3.5)
66
bcrypt (~> 3.1.0, >= 3.1.0)
77
bcrypt-ruby (>= 3.0.0)
@@ -191,8 +191,8 @@ GEM
191191
nio4r (1.2.1)
192192
nokogiri (1.8.5)
193193
mini_portile2 (~> 2.3.0)
194-
nokogumbo (1.5.0)
195-
nokogiri
194+
nokogumbo (2.0.1)
195+
nokogiri (~> 1.8, >= 1.8.4)
196196
notiffany (0.1.1)
197197
nenv (~> 0.1)
198198
shellany (~> 0.0)
@@ -255,10 +255,10 @@ GEM
255255
rspec-expectations (~> 2.14.0)
256256
rspec-mocks (~> 2.14.0)
257257
ruby_dep (1.5.0)
258-
sanitize (4.6.6)
258+
sanitize (5.0.0)
259259
crass (~> 1.0.2)
260-
nokogiri (>= 1.4.4)
261-
nokogumbo (~> 1.4)
260+
nokogiri (>= 1.8.0)
261+
nokogumbo (~> 2.0)
262262
sass (3.7.2)
263263
sass-listen (~> 4.0.0)
264264
sass-listen (4.0.0)

lib/lines/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lines
2-
VERSION = "1.2.6"
2+
VERSION = "1.2.6.1"
33
end

0 commit comments

Comments
 (0)