Skip to content

Commit 76d637d

Browse files
committed
Updated to rails 4
1 parent 89a7ac4 commit 76d637d

File tree

11 files changed

+203
-206
lines changed

11 files changed

+203
-206
lines changed

Gemfile

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
source 'https://rubygems.org'
2-
ruby "1.9.3"
2+
ruby "2.0.0"
33

4-
gem 'rails', '~> 3.2.0'
4+
gem 'rails', '~> 4.0.0'
55

66
# image uploads
77
gem 'carrierwave'
8+
gem 'sprockets-rails', :require => 'sprockets/railtie'
89
gem 'fog'
10+
gem 'unf'
911
# image manipulation
1012
gem 'mini_magick'
1113
# view templating
@@ -15,7 +17,7 @@ gem 'jquery-rails'
1517
# pagination
1618
gem 'kaminari'
1719
# diagnostics
18-
gem 'newrelic_rpm'
20+
#gem 'newrelic_rpm'
1921
# web server
2022
gem 'thin'
2123
# twitter api
@@ -27,9 +29,9 @@ group :assets do
2729
# twitter boostrap converted to sass files
2830
gem 'bootstrap-sass', '~> 2.1.0.0'
2931
# javascript
30-
gem 'coffee-rails', '~> 3.2.1'
31-
gem 'compass-rails'
32-
gem 'sass-rails', '~> 3.2.3'
32+
gem 'coffee-rails', '~> 4.0.0'
33+
gem "compass-rails", "~> 2.0.alpha.0"
34+
gem 'sass-rails', '~> 4.0.0'
3335
# fluid grids
3436
gem 'susy'
3537
# compressor

0 commit comments

Comments
 (0)