File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ gem "deckrb", "~> 0.5.2"
14
14
gem "sass"
15
15
gem "redcarpet"
16
16
gem "rubyzip"
17
- gem "i18n" , "~> 0.6.9 "
17
+ gem "i18n" , "~> 0.7 "
18
18
gem 'font-awesome-sass'
19
19
gem 'bootstrap-sass'
20
20
gem 'jquery-cdn'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (4.1.7 )
5
- i18n (~> 0.6 , >= 0.6.9 )
4
+ activesupport (4.2.0 )
5
+ i18n (~> 0.7 )
6
6
json (~> 1.7 , >= 1.7.7 )
7
7
minitest (~> 5.1 )
8
- thread_safe (~> 0.1 )
8
+ thread_safe (~> 0.3 , >= 0.3.4 )
9
9
tzinfo (~> 1.1 )
10
10
bootstrap-sass (3.3.1.0 )
11
11
sass (~> 3.2 )
26
26
diff-lcs (1.2.5 )
27
27
erector (0.10.0 )
28
28
treetop (>= 1.2.3 )
29
- eventmachine (1.0.3 )
29
+ eventmachine (1.0.4 )
30
30
ffi (1.9.6 )
31
31
files (0.3.1 )
32
32
font-awesome-sass (4.2.2 )
33
33
sass (~> 3.2 )
34
34
hike (1.2.3 )
35
35
hitimes (1.2.2 )
36
- i18n (0.6.11 )
37
- jquery-cdn (2.1.1 )
36
+ i18n (0.7.0 )
37
+ jquery-cdn (2.1.3 )
38
38
sprockets (>= 2 )
39
39
json (1.8.1 )
40
- listen (2.8.0 )
40
+ listen (2.8.4 )
41
41
celluloid (>= 0.15.2 )
42
42
rb-fsevent (>= 0.9.3 )
43
43
rb-inotify (>= 0.9 )
44
- mini_portile (0.6.1 )
45
- minitest (5.4.3 )
44
+ mini_portile (0.6.2 )
45
+ minitest (5.5.0 )
46
46
multi_json (1.10.1 )
47
- nokogiri (1.6.4.1 )
47
+ nokogiri (1.6.5 )
48
48
mini_portile (~> 0.6.0 )
49
49
polyglot (0.3.5 )
50
50
predicated (0.2.6 )
51
- rack (1.5.2 )
51
+ rack (1.6.0 )
52
52
rack-codehighlighter (0.5.0 )
53
53
nokogiri (>= 1.4.1 )
54
54
rack (>= 1.0.0 )
55
55
rack-protection (1.5.3 )
56
56
rack
57
57
rack-test (0.6.2 )
58
58
rack (>= 1.0 )
59
- rake (10.3 .2 )
59
+ rake (10.4 .2 )
60
60
rb-fsevent (0.9.4 )
61
61
rb-inotify (0.9.5 )
62
62
ffi (>= 0.5.0 )
81
81
ruby_parser (3.6.3 )
82
82
sexp_processor (~> 4.1 )
83
83
rubyzip (1.1.6 )
84
- sass (3.4.8 )
84
+ sass (3.4.9 )
85
85
sexp_processor (4.4.4 )
86
86
sinatra (1.4.5 )
87
87
rack (~> 1.4 )
102
102
hitimes
103
103
treetop (1.5.3 )
104
104
polyglot (~> 0.3 )
105
- trollop (2.0 )
105
+ trollop (2.1.1 )
106
106
tzinfo (1.2.2 )
107
107
thread_safe (~> 0.1 )
108
108
wrong (0.7.1 )
@@ -124,7 +124,7 @@ DEPENDENCIES
124
124
eventmachine (~> 1.0.3 )
125
125
files (~> 0.3.0 )
126
126
font-awesome-sass
127
- i18n (~> 0.6.9 )
127
+ i18n (~> 0.7 )
128
128
jquery-cdn
129
129
nokogiri
130
130
rack-codehighlighter
You can’t perform that action at this time.
0 commit comments