updated rails gem to 3.1.0 release
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -14,7 +14,7 @@ group :assets do
|
||||
gem "therubyracer"
|
||||
end
|
||||
|
||||
gem "rails", "3.1.0.rc8"
|
||||
gem "rails", "3.1.0"
|
||||
gem "pg"
|
||||
gem "memcache-client", :require => "memcache"
|
||||
gem "imagesize", :require => "image_size"
|
||||
|
||||
87
Gemfile.lock
87
Gemfile.lock
@@ -1,28 +1,28 @@
|
||||
GIT
|
||||
remote: git://github.com/ernie/meta_search.git
|
||||
revision: dfdd9c3a9956c4a2ad96724e2a801ad77a962b70
|
||||
revision: 34a574f9b6d602169cff6d551293256bc0debc65
|
||||
specs:
|
||||
meta_search (1.1.0.pre2)
|
||||
actionpack (~> 3.1.0.alpha)
|
||||
activerecord (~> 3.1.0.alpha)
|
||||
activesupport (~> 3.1.0.alpha)
|
||||
meta_search (1.1.1)
|
||||
actionpack (~> 3.1.0)
|
||||
activerecord (~> 3.1.0)
|
||||
activesupport (~> 3.1.0)
|
||||
polyamorous (~> 0.5.0)
|
||||
|
||||
GIT
|
||||
remote: http://github.com/EmmanuelOga/ffaker.git
|
||||
revision: 52feff4ecddbe8834b63beb122b153b65833e309
|
||||
revision: f94bcf502fcdd4ba5f29155a3df1811af2663950
|
||||
specs:
|
||||
ffaker (1.8.0)
|
||||
ffaker (1.8.1)
|
||||
|
||||
GEM
|
||||
remote: http://gemcutter.org/
|
||||
specs:
|
||||
aaronh-chronic (0.3.9)
|
||||
actionmailer (3.1.0.rc8)
|
||||
actionpack (= 3.1.0.rc8)
|
||||
actionmailer (3.1.0)
|
||||
actionpack (= 3.1.0)
|
||||
mail (~> 2.3.0)
|
||||
actionpack (3.1.0.rc8)
|
||||
activemodel (= 3.1.0.rc8)
|
||||
activesupport (= 3.1.0.rc8)
|
||||
actionpack (3.1.0)
|
||||
activemodel (= 3.1.0)
|
||||
activesupport (= 3.1.0)
|
||||
builder (~> 3.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
i18n (~> 0.6)
|
||||
@@ -30,25 +30,26 @@ GEM
|
||||
rack-cache (~> 1.0.3)
|
||||
rack-mount (~> 0.8.2)
|
||||
rack-test (~> 0.6.1)
|
||||
sprockets (~> 2.0.0.beta.15)
|
||||
activemodel (3.1.0.rc8)
|
||||
activesupport (= 3.1.0.rc8)
|
||||
sprockets (~> 2.0.0)
|
||||
activemodel (3.1.0)
|
||||
activesupport (= 3.1.0)
|
||||
bcrypt-ruby (~> 3.0.0)
|
||||
builder (~> 3.0.0)
|
||||
i18n (~> 0.6)
|
||||
activerecord (3.1.0.rc8)
|
||||
activemodel (= 3.1.0.rc8)
|
||||
activesupport (= 3.1.0.rc8)
|
||||
activerecord (3.1.0)
|
||||
activemodel (= 3.1.0)
|
||||
activesupport (= 3.1.0)
|
||||
arel (~> 2.2.1)
|
||||
tzinfo (~> 0.3.29)
|
||||
activeresource (3.1.0.rc8)
|
||||
activemodel (= 3.1.0.rc8)
|
||||
activesupport (= 3.1.0.rc8)
|
||||
activesupport (3.1.0.rc8)
|
||||
activeresource (3.1.0)
|
||||
activemodel (= 3.1.0)
|
||||
activesupport (= 3.1.0)
|
||||
activesupport (3.1.0)
|
||||
multi_json (~> 1.0)
|
||||
arel (2.2.1)
|
||||
bcrypt-ruby (3.0.0)
|
||||
builder (3.0.0)
|
||||
chronic (0.6.3)
|
||||
coderay (0.9.8)
|
||||
daemons (1.1.4)
|
||||
delayed_job (2.1.4)
|
||||
@@ -57,7 +58,7 @@ GEM
|
||||
erubis (2.7.0)
|
||||
execjs (1.2.4)
|
||||
multi_json (~> 1.0)
|
||||
factory_girl (2.0.5)
|
||||
factory_girl (2.1.0)
|
||||
haml (3.1.2)
|
||||
hike (1.2.1)
|
||||
i18n (0.6.0)
|
||||
@@ -73,17 +74,21 @@ GEM
|
||||
nokogiri (~> 1.4)
|
||||
webrobots (>= 0.0.9, ~> 0.0)
|
||||
memcache-client (1.8.5)
|
||||
metaclass (0.0.1)
|
||||
method_source (0.6.0)
|
||||
ruby_parser (>= 2.0.5)
|
||||
mime-types (1.16)
|
||||
mini_magick (3.3)
|
||||
subexec (~> 0.1.0)
|
||||
mocha (0.9.12)
|
||||
mocha (0.10.0)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.0.3)
|
||||
net-http-digest_auth (1.1.1)
|
||||
net-http-persistent (1.9)
|
||||
nokogiri (1.5.0)
|
||||
pg (0.11.0)
|
||||
polyamorous (0.5.0)
|
||||
activerecord (~> 3.0)
|
||||
polyglot (0.3.2)
|
||||
pry (0.9.3)
|
||||
coderay (>= 0.9.8)
|
||||
@@ -93,23 +98,23 @@ GEM
|
||||
rack (1.3.2)
|
||||
rack-cache (1.0.3)
|
||||
rack (>= 0.4)
|
||||
rack-mount (0.8.2)
|
||||
rack-mount (0.8.3)
|
||||
rack (>= 1.0.0)
|
||||
rack-ssl (1.3.2)
|
||||
rack
|
||||
rack-test (0.6.1)
|
||||
rack (>= 1.0)
|
||||
rails (3.1.0.rc8)
|
||||
actionmailer (= 3.1.0.rc8)
|
||||
actionpack (= 3.1.0.rc8)
|
||||
activerecord (= 3.1.0.rc8)
|
||||
activeresource (= 3.1.0.rc8)
|
||||
activesupport (= 3.1.0.rc8)
|
||||
rails (3.1.0)
|
||||
actionmailer (= 3.1.0)
|
||||
actionpack (= 3.1.0)
|
||||
activerecord (= 3.1.0)
|
||||
activeresource (= 3.1.0)
|
||||
activesupport (= 3.1.0)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.1.0.rc8)
|
||||
railties (3.1.0.rc8)
|
||||
actionpack (= 3.1.0.rc8)
|
||||
activesupport (= 3.1.0.rc8)
|
||||
railties (= 3.1.0)
|
||||
railties (3.1.0)
|
||||
actionpack (= 3.1.0)
|
||||
activesupport (= 3.1.0)
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
@@ -131,7 +136,7 @@ GEM
|
||||
sprockets (2.0.0)
|
||||
hike (~> 1.2)
|
||||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
tilt (!= 1.3.0, ~> 1.1)
|
||||
subexec (0.1.0)
|
||||
super_exception_notifier (3.0.13)
|
||||
actionmailer
|
||||
@@ -144,7 +149,7 @@ GEM
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.29)
|
||||
uglifier (1.0.2)
|
||||
uglifier (1.0.3)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (>= 1.0.2)
|
||||
uglifier-rails (3.1.0.rc.2)
|
||||
@@ -152,9 +157,9 @@ GEM
|
||||
uglifier (>= 1.0.0)
|
||||
webrobots (0.0.11)
|
||||
nokogiri (>= 1.4.4)
|
||||
whenever (0.6.8)
|
||||
aaronh-chronic (>= 0.3.9)
|
||||
whenever (0.7.0)
|
||||
activesupport (>= 2.3.4)
|
||||
chronic (~> 0.6.3)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
@@ -173,7 +178,7 @@ DEPENDENCIES
|
||||
nokogiri
|
||||
pg
|
||||
pry
|
||||
rails (= 3.1.0.rc8)
|
||||
rails (= 3.1.0)
|
||||
shoulda
|
||||
silent-postgres
|
||||
simple_form
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user