update gemfile for rails4 final release

This commit is contained in:
Reinier Balt 2013-06-25 16:50:07 +02:00
parent d64f6e003e
commit e03514886c
2 changed files with 30 additions and 30 deletions

10
Gemfile
View file

@ -1,8 +1,8 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'rails', '4.0.0.rc2' gem 'rails', '~>4.0.0'
gem 'sass-rails', '4.0.0.rc2' gem 'sass-rails', '~>4.0.0'
gem 'coffee-rails', '~>4.0' gem 'coffee-rails', '~>4.0.0'
# todo: remove xml api # todo: remove xml api
gem 'actionpack-xml_parser', github: 'rails/actionpack-xml_parser' gem 'actionpack-xml_parser', github: 'rails/actionpack-xml_parser'
@ -32,13 +32,13 @@ gem "cache_digests"
gem "rack-mini-profiler" gem "rack-mini-profiler"
# To use ActiveModel has_secure_password # To use ActiveModel has_secure_password
gem 'bcrypt-ruby' gem 'bcrypt-ruby', '~> 3.0.0'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
# gem 'turbolinks' # gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 1.0.1' # gem 'jbuilder', '~> 1.2'
group :development do group :development do
gem "yard" gem "yard"

View file

@ -10,25 +10,25 @@ GEM
specs: specs:
RedCloth (4.2.9) RedCloth (4.2.9)
aasm (3.0.19) aasm (3.0.19)
actionmailer (4.0.0.rc2) actionmailer (4.0.0)
actionpack (= 4.0.0.rc2) actionpack (= 4.0.0)
mail (~> 2.5.3) mail (~> 2.5.3)
actionpack (4.0.0.rc2) actionpack (4.0.0)
activesupport (= 4.0.0.rc2) activesupport (= 4.0.0)
builder (~> 3.1.0) builder (~> 3.1.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
rack (~> 1.5.2) rack (~> 1.5.2)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
activemodel (4.0.0.rc2) activemodel (4.0.0)
activesupport (= 4.0.0.rc2) activesupport (= 4.0.0)
builder (~> 3.1.0) builder (~> 3.1.0)
activerecord (4.0.0.rc2) activerecord (4.0.0)
activemodel (= 4.0.0.rc2) activemodel (= 4.0.0)
activerecord-deprecated_finders (~> 1.0.2) activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.0.rc2) activesupport (= 4.0.0)
arel (~> 4.0.0) arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3) activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0.rc2) activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4) i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2) minitest (~> 4.2)
multi_json (~> 1.3) multi_json (~> 1.3)
@ -99,7 +99,7 @@ GEM
metaclass (0.0.1) metaclass (0.0.1)
mime-types (1.23) mime-types (1.23)
mini_portile (0.5.0) mini_portile (0.5.0)
minitest (4.7.4) minitest (4.7.5)
mocha (0.14.0) mocha (0.14.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
multi_json (1.7.7) multi_json (1.7.7)
@ -112,19 +112,19 @@ GEM
rack (>= 1.1.3) rack (>= 1.1.3)
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (4.0.0.rc2) rails (4.0.0)
actionmailer (= 4.0.0.rc2) actionmailer (= 4.0.0)
actionpack (= 4.0.0.rc2) actionpack (= 4.0.0)
activerecord (= 4.0.0.rc2) activerecord (= 4.0.0)
activesupport (= 4.0.0.rc2) activesupport (= 4.0.0)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.0.0.rc2) railties (= 4.0.0)
sprockets-rails (~> 2.0.0) sprockets-rails (~> 2.0.0)
rails_autolink (1.1.0) rails_autolink (1.1.0)
rails (> 3.1) rails (> 3.1)
railties (4.0.0.rc2) railties (4.0.0)
actionpack (= 4.0.0.rc2) actionpack (= 4.0.0)
activesupport (= 4.0.0.rc2) activesupport (= 4.0.0)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (10.1.0) rake (10.1.0)
@ -136,7 +136,7 @@ GEM
sanitize (2.0.4) sanitize (2.0.4)
nokogiri (~> 1.6.0) nokogiri (~> 1.6.0)
sass (3.2.9) sass (3.2.9)
sass-rails (4.0.0.rc2) sass-rails (4.0.0)
railties (>= 4.0.0.beta, < 5.0) railties (>= 4.0.0.beta, < 5.0)
sass (>= 3.1.10) sass (>= 3.1.10)
sprockets-rails (~> 2.0.0) sprockets-rails (~> 2.0.0)
@ -196,11 +196,11 @@ DEPENDENCIES
actionpack-xml_parser! actionpack-xml_parser!
acts_as_list acts_as_list
aruba aruba
bcrypt-ruby bcrypt-ruby (~> 3.0.0)
bullet bullet
cache_digests cache_digests
capybara capybara
coffee-rails (~> 4.0) coffee-rails (~> 4.0.0)
cucumber-rails cucumber-rails
database_cleaner database_cleaner
factory_girl_rails factory_girl_rails
@ -209,11 +209,11 @@ DEPENDENCIES
mocha mocha
mysql2 mysql2
rack-mini-profiler rack-mini-profiler
rails (= 4.0.0.rc2) rails (~> 4.0.0)
rails_autolink rails_autolink
rspec-expectations rspec-expectations
sanitize sanitize
sass-rails (= 4.0.0.rc2) sass-rails (~> 4.0.0)
selenium-webdriver selenium-webdriver
simplecov simplecov
sqlite3 sqlite3