updates to gem versions
This commit is contained in:
parent
e735aa36e3
commit
ba6ce5c861
1
Gemfile
1
Gemfile
@ -52,6 +52,7 @@ group :test do
|
|||||||
gem 'rspec-rails', '2.3.1'
|
gem 'rspec-rails', '2.3.1'
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
gem 'pickle'
|
gem 'pickle'
|
||||||
|
gem 'xpath', :git => 'https://github.com/wunderbread/xpath.git'
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
|
|
||||||
gem 'database_cleaner'
|
gem 'database_cleaner'
|
||||||
|
22
Gemfile.lock
22
Gemfile.lock
@ -4,11 +4,18 @@ GIT
|
|||||||
specs:
|
specs:
|
||||||
mocha (0.9.12.20110213002255)
|
mocha (0.9.12.20110213002255)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/wunderbread/xpath.git
|
||||||
|
revision: d04da707886287e7dfe82705fda5b3d4f65e94c3
|
||||||
|
specs:
|
||||||
|
xpath (0.1.2)
|
||||||
|
nokogiri (~> 1.4)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.2.7)
|
RedCloth (4.2.7)
|
||||||
ZenTest (4.4.2)
|
ZenTest (4.5.0)
|
||||||
abstract (1.0.0)
|
abstract (1.0.0)
|
||||||
actionmailer (3.0.4)
|
actionmailer (3.0.4)
|
||||||
actionpack (= 3.0.4)
|
actionpack (= 3.0.4)
|
||||||
@ -45,7 +52,7 @@ GEM
|
|||||||
bson (1.2.2)
|
bson (1.2.2)
|
||||||
bson_ext (1.2.2)
|
bson_ext (1.2.2)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
capybara (0.4.1.2)
|
capybara (0.4.0)
|
||||||
celerity (>= 0.7.9)
|
celerity (>= 0.7.9)
|
||||||
culerity (>= 0.2.4)
|
culerity (>= 0.2.4)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
@ -53,7 +60,7 @@ GEM
|
|||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rack-test (>= 0.5.4)
|
rack-test (>= 0.5.4)
|
||||||
selenium-webdriver (>= 0.0.27)
|
selenium-webdriver (>= 0.0.27)
|
||||||
xpath (~> 0.1.3)
|
xpath (~> 0.1.2)
|
||||||
celerity (0.8.8)
|
celerity (0.8.8)
|
||||||
childprocess (0.1.7)
|
childprocess (0.1.7)
|
||||||
ffi (~> 0.6.3)
|
ffi (~> 0.6.3)
|
||||||
@ -75,7 +82,7 @@ GEM
|
|||||||
locomotive_carrierwave
|
locomotive_carrierwave
|
||||||
mongoid (~> 2.0.0.rc.6)
|
mongoid (~> 2.0.0.rc.6)
|
||||||
daemons (1.1.0)
|
daemons (1.1.0)
|
||||||
database_cleaner (0.6.3)
|
database_cleaner (0.6.4)
|
||||||
delayed_job (2.1.2)
|
delayed_job (2.1.2)
|
||||||
activesupport (~> 3.0)
|
activesupport (~> 3.0)
|
||||||
daemons
|
daemons
|
||||||
@ -88,7 +95,7 @@ GEM
|
|||||||
diff-lcs (1.1.2)
|
diff-lcs (1.1.2)
|
||||||
erubis (2.6.6)
|
erubis (2.6.6)
|
||||||
abstract (>= 1.0.0)
|
abstract (>= 1.0.0)
|
||||||
excon (0.5.4)
|
excon (0.5.6)
|
||||||
factory_girl (1.3.3)
|
factory_girl (1.3.3)
|
||||||
factory_girl_rails (1.0.1)
|
factory_girl_rails (1.0.1)
|
||||||
factory_girl (~> 1.3)
|
factory_girl (~> 1.3)
|
||||||
@ -242,10 +249,8 @@ GEM
|
|||||||
warden (0.10.7)
|
warden (0.10.7)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
will_paginate (3.0.pre2)
|
will_paginate (3.0.pre2)
|
||||||
xpath (0.1.3)
|
|
||||||
nokogiri (~> 1.3)
|
|
||||||
yard (0.6.4)
|
yard (0.6.4)
|
||||||
yui-compressor (0.9.3)
|
yui-compressor (0.9.4)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@ -291,3 +296,4 @@ DEPENDENCIES
|
|||||||
unicorn
|
unicorn
|
||||||
warden
|
warden
|
||||||
will_paginate
|
will_paginate
|
||||||
|
xpath!
|
||||||
|
@ -34,7 +34,7 @@ Gem::Specification.new do |s|
|
|||||||
s.add_dependency "locomotive_carrierwave", "0.5.0.1.beta2"
|
s.add_dependency "locomotive_carrierwave", "0.5.0.1.beta2"
|
||||||
|
|
||||||
s.add_dependency "custom_fields", "1.0.0.beta.4"
|
s.add_dependency "custom_fields", "1.0.0.beta.4"
|
||||||
s.add_dependency "fog", "0.3.7"
|
s.add_dependency "fog", "0.5.3"
|
||||||
s.add_dependency "mimetype-fu"
|
s.add_dependency "mimetype-fu"
|
||||||
s.add_dependency "actionmailer-with-request"
|
s.add_dependency "actionmailer-with-request"
|
||||||
s.add_dependency "heroku"
|
s.add_dependency "heroku"
|
||||||
|
Loading…
Reference in New Issue
Block a user