Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 9ffca04

Browse files
author
bodrovis
committed
Version 1.5.6
1 parent 94a03ba commit 9ffca04

File tree

4 files changed

+442
-159
lines changed

4 files changed

+442
-159
lines changed

Gemfile.lock

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
PATH
22
remote: .
33
specs:
4-
jquery-slick-rails (1.5.5)
4+
jquery-slick-rails (1.5.6)
55
railties (>= 3.1)
66

77
GEM
88
remote: http://rubygems.org/
99
specs:
10-
actionpack (4.2.1)
11-
actionview (= 4.2.1)
12-
activesupport (= 4.2.1)
10+
actionpack (4.2.3)
11+
actionview (= 4.2.3)
12+
activesupport (= 4.2.3)
1313
rack (~> 1.6)
1414
rack-test (~> 0.6.2)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
16-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
17-
actionview (4.2.1)
18-
activesupport (= 4.2.1)
16+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17+
actionview (4.2.3)
18+
activesupport (= 4.2.3)
1919
builder (~> 3.1)
2020
erubis (~> 2.7.0)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
22-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
23-
activesupport (4.2.1)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23+
activesupport (4.2.3)
2424
i18n (~> 0.7)
2525
json (~> 1.7, >= 1.7.7)
2626
minitest (~> 5.1)
@@ -29,18 +29,20 @@ GEM
2929
builder (3.2.2)
3030
erubis (2.7.0)
3131
i18n (0.7.0)
32-
jquery-rails (4.0.3)
32+
jquery-rails (4.0.4)
3333
rails-dom-testing (~> 1.0)
3434
railties (>= 4.2.0)
3535
thor (>= 0.14, < 2.0)
36-
json (1.8.2)
36+
json (1.8.3)
3737
loofah (2.0.2)
3838
nokogiri (>= 1.5.9)
3939
mini_portile (0.6.2)
40-
minitest (5.6.1)
40+
minitest (5.7.0)
4141
nokogiri (1.6.6.2)
4242
mini_portile (~> 0.6.0)
43-
rack (1.6.1)
43+
nokogiri (1.6.6.2-x86-mingw32)
44+
mini_portile (~> 0.6.0)
45+
rack (1.6.4)
4446
rack-test (0.6.3)
4547
rack (>= 1.0)
4648
rails-deprecated_sanitizer (1.0.3)
@@ -51,9 +53,9 @@ GEM
5153
rails-deprecated_sanitizer (>= 1.0.1)
5254
rails-html-sanitizer (1.0.2)
5355
loofah (~> 2.0)
54-
railties (4.2.1)
55-
actionpack (= 4.2.1)
56-
activesupport (= 4.2.1)
56+
railties (4.2.3)
57+
actionpack (= 4.2.3)
58+
activesupport (= 4.2.3)
5759
rake (>= 0.8.7)
5860
thor (>= 0.18.1, < 2.0)
5961
rake (10.4.2)
@@ -64,7 +66,11 @@ GEM
6466

6567
PLATFORMS
6668
ruby
69+
x86-mingw32
6770

6871
DEPENDENCIES
6972
jquery-rails
7073
jquery-slick-rails!
74+
75+
BUNDLED WITH
76+
1.10.3

0 commit comments

Comments
 (0)