update gems in order to make it work with ruby 1.9.3
This commit is contained in:
parent
a7734bba84
commit
e10fb64dd6
3 changed files with 90 additions and 111 deletions
16
Gemfile
16
Gemfile
|
@ -1,9 +1,9 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
gem 'rails', '3.1.0'
|
||||
gem 'rails', '3.1.1'
|
||||
|
||||
gem 'sqlite3'
|
||||
gem 'devise', "1.4.7"
|
||||
gem 'devise', "1.5.0"
|
||||
gem 'stamp'
|
||||
gem 'kaminari'
|
||||
gem 'haml-rails'
|
||||
|
@ -13,25 +13,24 @@ gem "carrierwave"
|
|||
gem 'six'
|
||||
gem 'therubyracer'
|
||||
gem 'faker'
|
||||
gem 'seed-fu', :git => 'git://github.com/mbleigh/seed-fu.git'
|
||||
gem 'seed-fu', '~> 2.1.0'
|
||||
gem "inifile"
|
||||
gem "pygments.rb", "0.2.3"
|
||||
gem "thin"
|
||||
gem "git"
|
||||
gem "acts_as_list"
|
||||
gem 'rdiscount'
|
||||
|
||||
gem 'acts-as-taggable-on', '~>2.1.0'
|
||||
gem 'acts-as-taggable-on', '~> 2.1.0'
|
||||
|
||||
group :assets do
|
||||
gem 'sass-rails', " ~> 3.1.0"
|
||||
gem 'sass-rails', "~> 3.1.0"
|
||||
gem 'coffee-rails', "~> 3.1.0"
|
||||
gem 'uglifier'
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem 'letter_opener'
|
||||
gem 'rails-footnotes', '>= 3.7.5.rc4'
|
||||
gem 'rails-footnotes', '~> 3.7.5'
|
||||
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
|
||||
end
|
||||
|
||||
|
@ -40,13 +39,12 @@ group :development, :test do
|
|||
gem 'capybara'
|
||||
gem 'autotest'
|
||||
gem 'autotest-rails'
|
||||
gem 'ruby-debug19', :require => 'ruby-debug'
|
||||
# gem 'ruby-debug19', :require => 'ruby-debug'
|
||||
gem 'awesome_print'
|
||||
gem 'database_cleaner'
|
||||
gem 'launchy'
|
||||
end
|
||||
|
||||
|
||||
group :test do
|
||||
gem 'turn', :require => false
|
||||
gem 'simplecov', :require => false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue