1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (4.2.6 )
4
+ activesupport (5.0.0.1 )
5
+ concurrent-ruby (~> 1.0 , >= 1.0.2 )
5
6
i18n (~> 0.7 )
6
- json (~> 1.7 , >= 1.7.7 )
7
7
minitest (~> 5.1 )
8
- thread_safe (~> 0.3 , >= 0.3.4 )
9
8
tzinfo (~> 1.1 )
10
- autoprefixer-rails (6.3.6.2 )
9
+ autoprefixer-rails (6.5.0.1 )
11
10
execjs
12
11
backports (3.6.8 )
13
- bootstrap-sass (3.3.6 )
12
+ bootstrap-sass (3.3.7 )
14
13
autoprefixer-rails (>= 5.2.1 )
15
14
sass (>= 3.3.4 )
16
15
coderay (1.1.1 )
17
16
concurrent-ruby (1.0.2 )
18
- daemons (1.2.3 )
17
+ daemons (1.2.4 )
19
18
deckrb (0.5.2 )
20
19
coderay
21
20
erector (>= 0.9.0 )
29
28
diff-lcs (1.2.5 )
30
29
erector (0.10.0 )
31
30
treetop (>= 1.2.3 )
32
- eventmachine (1.0.9 .1 )
31
+ eventmachine (1.2.0 .1 )
33
32
execjs (2.7.0 )
34
- ffi (1.9.10 )
33
+ ffi (1.9.14 )
35
34
files (0.3.1 )
36
35
font-awesome-sass (4.6.2 )
37
36
sass (>= 3.2 )
38
37
i18n (0.7.0 )
39
38
jquery-cdn (2.2.4 )
40
39
sprockets (>= 2 )
41
- json (1.8.3 )
40
+ json (2.0.2 )
42
41
listen (3.1.5 )
43
42
rb-fsevent (~> 0.9 , >= 0.9.4 )
44
43
rb-inotify (~> 0.9 , >= 0.9.7 )
45
44
ruby_dep (~> 1.2 )
46
45
mini_portile2 (2.1.0 )
47
- minitest (5.9.0 )
46
+ minitest (5.9.1 )
48
47
multi_json (1.12.1 )
49
48
nokogiri (1.6.8 )
50
49
mini_portile2 (~> 2.1.0 )
59
58
rack
60
59
rack-test (0.6.3 )
61
60
rack (>= 1.0 )
62
- rake (11.1.2 )
61
+ rake (11.3.0 )
63
62
rb-fsevent (0.9.7 )
64
63
rb-inotify (0.9.7 )
65
64
ffi (>= 0.5.0 )
66
65
redcarpet (2.3.0 )
67
66
rerun (0.11.0 )
68
67
listen (~> 3.0 )
69
- rspec (3.4 .0 )
70
- rspec-core (~> 3.4 .0 )
71
- rspec-expectations (~> 3.4 .0 )
72
- rspec-mocks (~> 3.4 .0 )
73
- rspec-core (3.4 .4 )
74
- rspec-support (~> 3.4 .0 )
75
- rspec-expectations (3.4 .0 )
68
+ rspec (3.5 .0 )
69
+ rspec-core (~> 3.5 .0 )
70
+ rspec-expectations (~> 3.5 .0 )
71
+ rspec-mocks (~> 3.5 .0 )
72
+ rspec-core (3.5 .4 )
73
+ rspec-support (~> 3.5 .0 )
74
+ rspec-expectations (3.5 .0 )
76
75
diff-lcs (>= 1.2.0 , < 2.0 )
77
- rspec-support (~> 3.4 .0 )
78
- rspec-mocks (3.4.1 )
76
+ rspec-support (~> 3.5 .0 )
77
+ rspec-mocks (3.5.0 )
79
78
diff-lcs (>= 1.2.0 , < 2.0 )
80
- rspec-support (~> 3.4 .0 )
81
- rspec-support (3.4.1 )
79
+ rspec-support (~> 3.5 .0 )
80
+ rspec-support (3.5.0 )
82
81
ruby_dep (1.3.1 )
83
82
rubyzip (1.2.0 )
84
83
sass (3.4.22 )
93
92
rack-test
94
93
sinatra (~> 1.4.0 )
95
94
tilt (>= 1.3 , < 3 )
96
- sprockets (3.6 .0 )
95
+ sprockets (3.7 .0 )
97
96
concurrent-ruby (~> 1.0 )
98
97
rack (> 1 , < 3 )
99
98
thin (1.7.0 )
102
101
rack (>= 1 , < 3 )
103
102
thread_safe (0.3.5 )
104
103
tilt (2.0.5 )
105
- treetop (1.6.5 )
104
+ treetop (1.6.8 )
106
105
polyglot (~> 0.3 )
107
106
trollop (2.1.2 )
108
107
tzinfo (1.2.2 )
@@ -117,7 +116,6 @@ DEPENDENCIES
117
116
coderay
118
117
deckrb (~> 0.5.2 )
119
118
erector (~> 0.10.0 )
120
- eventmachine (~> 1.0.3 )
121
119
files (~> 0.3.0 )
122
120
font-awesome-sass
123
121
i18n (~> 0.7 )
@@ -130,12 +128,16 @@ DEPENDENCIES
130
128
redcarpet
131
129
rerun
132
130
rspec
131
+ ruby_dep (= 1.3.1 )
133
132
rubyzip
134
133
sass
135
134
sinatra (~> 1.4.0 )
136
135
sinatra-contrib (~> 1.4.0 )
137
136
sprockets
138
137
thin
139
138
139
+ RUBY VERSION
140
+ ruby 2.2.4p230
141
+
140
142
BUNDLED WITH
141
- 1.11.2
143
+ 1.12.5
0 commit comments