Skip to content

Commit 34d7416

Browse files
committed
Merge branch 'master' into upgrade_rails_6
2 parents b50e133 + 61c2349 commit 34d7416

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,22 @@ GEM
4444
coffee-script-source
4545
execjs
4646
coffee-script-source (1.12.2)
47+
concurrent-ruby (1.1.7)
4748
diff-lcs (1.2.5)
4849
erubis (2.7.0)
4950
execjs (2.7.0)
5051
hike (1.2.3)
51-
i18n (0.7.0)
52+
i18n (0.9.5)
53+
concurrent-ruby (~> 1.0)
5254
ice_cube (0.16.3)
53-
jquery-rails (3.1.2)
55+
jquery-rails (3.1.5)
5456
railties (>= 3.0, < 5.0)
5557
thor (>= 0.14, < 2.0)
5658
mail (2.6.3)
5759
mime-types (>= 1.16, < 3)
5860
mime-types (2.6.2)
5961
minitest (4.7.5)
60-
multi_json (1.11.2)
62+
multi_json (1.15.0)
6163
rack (1.5.5)
6264
rack-test (0.6.3)
6365
rack (>= 1.0)
@@ -101,7 +103,7 @@ GEM
101103
sass (~> 3.2.2)
102104
sprockets (~> 2.8, < 3.0)
103105
sprockets-rails (~> 2.0)
104-
sprockets (2.12.4)
106+
sprockets (2.12.5)
105107
hike (~> 1.2)
106108
multi_json (~> 1.0)
107109
rack (~> 1.0)
@@ -110,10 +112,10 @@ GEM
110112
actionpack (>= 3.0)
111113
activesupport (>= 3.0)
112114
sprockets (>= 2.8, < 4.0)
113-
thor (0.19.1)
114-
thread_safe (0.3.5)
115+
thor (1.0.1)
116+
thread_safe (0.3.6)
115117
tilt (1.4.1)
116-
tzinfo (0.3.44)
118+
tzinfo (0.3.57)
117119

118120
PLATFORMS
119121
ruby

0 commit comments

Comments
 (0)