Description:
Updated Gemfile
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r375:5681db09efa8 - - 2 files changed: 3 inserted, 3 deleted

@@ -13,13 +13,13
13 gem 'sass-rails', '~> 3.2.6'
13 gem 'sass-rails', '~> 3.2.6'
14 gem 'coffee-rails', '~> 3.2.2'
14 gem 'coffee-rails', '~> 3.2.2'
15
15
16 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
16 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
17 # gem 'therubyracer', :platforms => :ruby
17 # gem 'therubyracer', :platforms => :ruby
18
18
19 - gem 'uglifier', '~> 2.6.0'
19 + gem 'uglifier'
20 end
20 end
21
21
22 gem 'prototype-rails'
22 gem 'prototype-rails'
23
23
24 # To use ActiveModel has_secure_password
24 # To use ActiveModel has_secure_password
25 # gem 'bcrypt-ruby', '~> 3.0.0'
25 # gem 'bcrypt-ruby', '~> 3.0.0'
@@ -114,13 +114,13
114 tilt (~> 1.3)
114 tilt (~> 1.3)
115 sprockets (2.2.3)
115 sprockets (2.2.3)
116 hike (~> 1.2)
116 hike (~> 1.2)
117 multi_json (~> 1.0)
117 multi_json (~> 1.0)
118 rack (~> 1.0)
118 rack (~> 1.0)
119 tilt (~> 1.1, != 1.3.0)
119 tilt (~> 1.1, != 1.3.0)
120 - test-unit (3.0.8)
120 + test-unit (3.0.9)
121 power_assert
121 power_assert
122 thor (0.19.1)
122 thor (0.19.1)
123 tilt (1.4.1)
123 tilt (1.4.1)
124 treetop (1.4.15)
124 treetop (1.4.15)
125 polyglot
125 polyglot
126 polyglot (>= 0.3.1)
126 polyglot (>= 0.3.1)
@@ -143,9 +143,9
143 prototype-rails
143 prototype-rails
144 rails (= 3.2.21)
144 rails (= 3.2.21)
145 rdiscount
145 rdiscount
146 rspec-rails (~> 2.99.0)
146 rspec-rails (~> 2.99.0)
147 sass-rails (~> 3.2.6)
147 sass-rails (~> 3.2.6)
148 test-unit
148 test-unit
149 - uglifier (~> 2.6.0)
149 + uglifier
150 verification!
150 verification!
151 will_paginate (~> 3.0.7)
151 will_paginate (~> 3.0.7)
You need to be logged in to leave comments. Login now