Description:
Updated Gemfile
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r375:5681db09efa8 - - 2 files changed: 3 inserted, 3 deleted
@@ -1,43 +1,43 | |||
|
1 | 1 | source 'https://rubygems.org' |
|
2 | 2 | |
|
3 | 3 | gem 'rails', '3.2.21' |
|
4 | 4 | |
|
5 | 5 | # Bundle edge Rails instead: |
|
6 | 6 | # gem 'rails', :git => 'git://github.com/rails/rails.git' |
|
7 | 7 | |
|
8 | 8 | gem 'mysql2' |
|
9 | 9 | |
|
10 | 10 | # Gems used only for assets and not required |
|
11 | 11 | # in production environments by default. |
|
12 | 12 | group :assets do |
|
13 | 13 | gem 'sass-rails', '~> 3.2.6' |
|
14 | 14 | gem 'coffee-rails', '~> 3.2.2' |
|
15 | 15 | |
|
16 | 16 | # See https://github.com/sstephenson/execjs#readme for more supported runtimes |
|
17 | 17 | # gem 'therubyracer', :platforms => :ruby |
|
18 | 18 | |
|
19 |
- gem 'uglifier' |
|
|
19 | + gem 'uglifier' | |
|
20 | 20 | end |
|
21 | 21 | |
|
22 | 22 | gem 'prototype-rails' |
|
23 | 23 | |
|
24 | 24 | # To use ActiveModel has_secure_password |
|
25 | 25 | # gem 'bcrypt-ruby', '~> 3.0.0' |
|
26 | 26 | |
|
27 | 27 | # To use Jbuilder templates for JSON |
|
28 | 28 | # gem 'jbuilder' |
|
29 | 29 | |
|
30 | 30 | # Use unicorn as the app server |
|
31 | 31 | # gem 'unicorn' |
|
32 | 32 | |
|
33 | 33 | # Deploy with Capistrano |
|
34 | 34 | # gem 'capistrano' |
|
35 | 35 | |
|
36 | 36 | # To use debugger |
|
37 | 37 | # gem 'debugger' |
|
38 | 38 | |
|
39 | 39 | gem 'haml' |
|
40 | 40 | gem 'mail' |
|
41 | 41 | gem 'rdiscount' |
|
42 | 42 | gem 'test-unit' |
|
43 | 43 | gem 'will_paginate', '~> 3.0.7' |
@@ -96,56 +96,56 | |||
|
96 | 96 | rspec-expectations (>= 2.99.0.beta1) |
|
97 | 97 | rspec-core (2.99.2) |
|
98 | 98 | rspec-expectations (2.99.2) |
|
99 | 99 | diff-lcs (>= 1.1.3, < 2.0) |
|
100 | 100 | rspec-mocks (2.99.2) |
|
101 | 101 | rspec-rails (2.99.0) |
|
102 | 102 | actionpack (>= 3.0) |
|
103 | 103 | activemodel (>= 3.0) |
|
104 | 104 | activesupport (>= 3.0) |
|
105 | 105 | railties (>= 3.0) |
|
106 | 106 | rspec-collection_matchers |
|
107 | 107 | rspec-core (~> 2.99.0) |
|
108 | 108 | rspec-expectations (~> 2.99.0) |
|
109 | 109 | rspec-mocks (~> 2.99.0) |
|
110 | 110 | sass (3.4.9) |
|
111 | 111 | sass-rails (3.2.6) |
|
112 | 112 | railties (~> 3.2.0) |
|
113 | 113 | sass (>= 3.1.10) |
|
114 | 114 | tilt (~> 1.3) |
|
115 | 115 | sprockets (2.2.3) |
|
116 | 116 | hike (~> 1.2) |
|
117 | 117 | multi_json (~> 1.0) |
|
118 | 118 | rack (~> 1.0) |
|
119 | 119 | tilt (~> 1.1, != 1.3.0) |
|
120 |
- test-unit (3.0. |
|
|
120 | + test-unit (3.0.9) | |
|
121 | 121 | power_assert |
|
122 | 122 | thor (0.19.1) |
|
123 | 123 | tilt (1.4.1) |
|
124 | 124 | treetop (1.4.15) |
|
125 | 125 | polyglot |
|
126 | 126 | polyglot (>= 0.3.1) |
|
127 | 127 | tzinfo (0.3.42) |
|
128 | 128 | uglifier (2.6.0) |
|
129 | 129 | execjs (>= 0.3.0) |
|
130 | 130 | json (>= 1.8.0) |
|
131 | 131 | will_paginate (3.0.7) |
|
132 | 132 | |
|
133 | 133 | PLATFORMS |
|
134 | 134 | ruby |
|
135 | 135 | |
|
136 | 136 | DEPENDENCIES |
|
137 | 137 | coffee-rails (~> 3.2.2) |
|
138 | 138 | dynamic_form |
|
139 | 139 | haml |
|
140 | 140 | in_place_editing |
|
141 | 141 | |
|
142 | 142 | mysql2 |
|
143 | 143 | prototype-rails |
|
144 | 144 | rails (= 3.2.21) |
|
145 | 145 | rdiscount |
|
146 | 146 | rspec-rails (~> 2.99.0) |
|
147 | 147 | sass-rails (~> 3.2.6) |
|
148 | 148 | test-unit |
|
149 |
- uglifier |
|
|
149 | + uglifier | |
|
150 | 150 | verification! |
|
151 | 151 | will_paginate (~> 3.0.7) |
You need to be logged in to leave comments.
Login now