File tree Expand file tree Collapse file tree 2 files changed +34
-33
lines changed Expand file tree Collapse file tree 2 files changed +34
-33
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'rails' , '3.2.8 '
3
+ gem 'rails' , '~> 3.2'
4
4
gem 'sqlite3'
5
5
gem 'jquery-rails'
6
6
gem 'grape'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actionmailer (3.2.8 )
5
- actionpack (= 3.2.8 )
4
+ actionmailer (3.2.12 )
5
+ actionpack (= 3.2.12 )
6
6
mail (~> 2.4.4 )
7
- actionpack (3.2.8 )
8
- activemodel (= 3.2.8 )
9
- activesupport (= 3.2.8 )
7
+ actionpack (3.2.12 )
8
+ activemodel (= 3.2.12 )
9
+ activesupport (= 3.2.12 )
10
10
builder (~> 3.0.0 )
11
11
erubis (~> 2.7.0 )
12
12
journey (~> 1.0.4 )
13
- rack (~> 1.4.0 )
13
+ rack (~> 1.4.5 )
14
14
rack-cache (~> 1.2 )
15
15
rack-test (~> 0.6.1 )
16
- sprockets (~> 2.1.3 )
17
- activemodel (3.2.8 )
18
- activesupport (= 3.2.8 )
16
+ sprockets (~> 2.2.1 )
17
+ activemodel (3.2.12 )
18
+ activesupport (= 3.2.12 )
19
19
builder (~> 3.0.0 )
20
- activerecord (3.2.8 )
21
- activemodel (= 3.2.8 )
22
- activesupport (= 3.2.8 )
20
+ activerecord (3.2.12 )
21
+ activemodel (= 3.2.12 )
22
+ activesupport (= 3.2.12 )
23
23
arel (~> 3.0.2 )
24
24
tzinfo (~> 0.3.29 )
25
- activeresource (3.2.8 )
26
- activemodel (= 3.2.8 )
27
- activesupport (= 3.2.8 )
28
- activesupport (3.2.8 )
25
+ activeresource (3.2.12 )
26
+ activemodel (= 3.2.12 )
27
+ activesupport (= 3.2.12 )
28
+ activesupport (3.2.12 )
29
29
i18n (~> 0.6 )
30
30
multi_json (~> 1.0 )
31
31
arel (3.0.2 )
38
38
rack-test (>= 0.5.4 )
39
39
selenium-webdriver (~> 2.0 )
40
40
xpath (~> 1.0.0 )
41
- childprocess (0.3.7 )
42
- ffi (~> 1.0 , >= 1.0.6 )
41
+ childprocess (0.3.8 )
42
+ ffi (~> 1.0 , >= 1.0.11 )
43
43
coffee-rails (3.2.2 )
44
44
coffee-script (>= 2.2.0 )
45
45
railties (~> 3.2.0 )
70
70
jquery-rails (2.2.1 )
71
71
railties (>= 3.0 , < 5.0 )
72
72
thor (>= 0.14 , < 2.0 )
73
- json (1.7.6 )
73
+ json (1.7.7 )
74
74
mail (2.4.4 )
75
75
i18n (>= 0.4.0 )
76
76
mime-types (~> 1.16 )
77
77
treetop (~> 1.4.8 )
78
78
mime-types (1.21 )
79
- multi_json (1.5 .0 )
79
+ multi_json (1.6 .0 )
80
80
multi_xml (0.5.3 )
81
81
nokogiri (1.5.6 )
82
82
polyglot (0.3.3 )
91
91
rack
92
92
rack-test (0.6.2 )
93
93
rack (>= 1.0 )
94
- rails (3.2.8 )
95
- actionmailer (= 3.2.8 )
96
- actionpack (= 3.2.8 )
97
- activerecord (= 3.2.8 )
98
- activeresource (= 3.2.8 )
99
- activesupport (= 3.2.8 )
94
+ rails (3.2.12 )
95
+ actionmailer (= 3.2.12 )
96
+ actionpack (= 3.2.12 )
97
+ activerecord (= 3.2.12 )
98
+ activeresource (= 3.2.12 )
99
+ activesupport (= 3.2.12 )
100
100
bundler (~> 1.0 )
101
- railties (= 3.2.8 )
102
- railties (3.2.8 )
103
- actionpack (= 3.2.8 )
104
- activesupport (= 3.2.8 )
101
+ railties (= 3.2.12 )
102
+ railties (3.2.12 )
103
+ actionpack (= 3.2.12 )
104
+ activesupport (= 3.2.12 )
105
105
rack-ssl (~> 1.3.2 )
106
106
rake (>= 0.8.7 )
107
107
rdoc (~> 3.4 )
135
135
multi_json (~> 1.0 )
136
136
rubyzip
137
137
websocket (~> 1.0.4 )
138
- sprockets (2.1.3 )
138
+ sprockets (2.2.2 )
139
139
hike (~> 1.2 )
140
+ multi_json (~> 1.0 )
140
141
rack (~> 1.0 )
141
142
tilt (~> 1.1 , != 1.3.0 )
142
143
sqlite3 (1.3.7 )
@@ -164,7 +165,7 @@ DEPENDENCIES
164
165
coffee-rails (~> 3.2.1 )
165
166
grape
166
167
jquery-rails
167
- rails (= 3.2.8 )
168
+ rails (~> 3.2 )
168
169
rspec
169
170
rspec-rails
170
171
sass-rails (~> 3.2.3 )
You can’t perform that action at this time.
0 commit comments