fixed versions of gems to work again

This commit is contained in:
Bastian Greshake
2012-06-22 00:28:13 +02:00
parent 371f1d8923
commit e3e2eb9281
2 changed files with 29 additions and 29 deletions

10
Gemfile
View File

@@ -21,10 +21,6 @@ gem 'sunspot_rails', '~> 1.2.1'
# so we can create zip-files for genotypes
gem 'rubyzip','0.9.5', :require => 'zip/zip'
# for jobs
gem 'resque'
gem 'resque-loner', '~> 1.0.1'
gem "will_paginate", "3.0.pre2" # needed for Rails 3, pagination
gem 'nested_form', :git => 'https://github.com/ryanb/nested_form.git'
gem 'json'
@@ -32,7 +28,11 @@ gem 'mediawiki-gateway'
gem 'activerecord-import'
gem 'paperclip', '~> 2.4'
gem 'friendly_id', :git => 'https://github.com/norman/friendly_id.git'
gem 'recommendify', :git => 'https://github.com/paulasmuth/recommendify.git'
gem 'recommendify',:git => 'https://github.com/paulasmuth/recommendify.git', :ref => "34308c4"
# for jobs
gem 'resque', '1.19.0'
gem 'resque-loner'
#group :production do
# gem 'rpm_contrib'

View File

@@ -1,19 +1,20 @@
GIT
remote: https://github.com/norman/friendly_id.git
revision: e39e8e0cbdf3f64350aac14ad7ece85ecf824092
revision: 16abf370738f0921a19229960c556841ef9b1385
specs:
friendly_id (4.0.6)
friendly_id (4.0.8)
GIT
remote: https://github.com/paulasmuth/recommendify.git
revision: 15ad976b703695ecc4f24b08d3a7b86ef01180fe
revision: 34308c41800a0ea9b02842c4cf84e8bcc5dd1f63
ref: 34308c4
specs:
recommendify (0.3.8)
recommendify (0.3.6)
redis (>= 2.2.2)
GIT
remote: https://github.com/ryanb/nested_form.git
revision: 1cbf61517348c701e08beea41a39f04b35115e6b
revision: 504985118c2205f36e42417e6d99cecf23385290
specs:
nested_form (0.2.1)
@@ -52,11 +53,9 @@ GEM
activesupport (3.0.10)
archive-tar-minitar (0.5.2)
arel (2.0.10)
authlogic (3.1.2)
authlogic (3.1.3)
activerecord (>= 3.0.0)
activerecord (>= 3.0.7)
activesupport (>= 3.0.0)
activesupport (>= 3.0.7)
bartt-ssl_requirement (1.4.2)
bcrypt-ruby (3.0.1)
builder (2.1.2)
@@ -65,7 +64,7 @@ GEM
erubis (2.6.6)
abstract (>= 1.0.0)
escape (0.0.4)
factory_girl (3.3.0)
factory_girl (3.4.2)
activesupport (>= 3.0.0)
i18n (0.5.0)
jquery-rails (1.0.19)
@@ -83,10 +82,11 @@ GEM
activesupport
rest-client (>= 1.3.0)
metaclass (0.0.1)
mime-types (1.18)
mime-types (1.19)
mocha (0.11.4)
metaclass (~> 0.0.1)
nokogiri (1.5.3)
multi_json (1.3.6)
nokogiri (1.5.4)
paperclip (2.7.0)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
@@ -119,15 +119,15 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
redis (3.0.1)
redis-namespace (1.2.0)
redis (~> 3.0.0)
resque (1.8.2)
redis
redis-namespace
redis (2.2.2)
redis-namespace (1.0.3)
redis (< 3.0.0)
resque (1.19.0)
multi_json (~> 1.0)
redis-namespace (~> 1.0.2)
sinatra (>= 0.9.2)
vegas (>= 0.1.2)
resque-loner (1.0.1)
vegas (~> 0.1.2)
resque-loner (1.2.1)
resque (~> 1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
@@ -137,15 +137,15 @@ GEM
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
ruby-debug19 (0.11.5)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby-debug-base19 (>= 0.11.15)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
rubyzip (0.9.5)
shoulda-context (1.0.0)
shoulda-matchers (1.1.0)
shoulda-matchers (1.2.0)
activesupport (>= 3.0.0)
sinatra (1.2.8)
rack (~> 1.1)
@@ -189,8 +189,8 @@ DEPENDENCIES
rails (= 3.0.10)
rails3-generators
recommendify!
resque
resque-loner (~> 1.0.1)
resque (= 1.19.0)
resque-loner
ruby-debug19
rubyzip (= 0.9.5)
shoulda-context