Skip to content

Commit

Permalink
update nokogiri, require false on sod
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrippi committed May 17, 2011
1 parent 7542d36 commit 4875d65
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -8,7 +8,7 @@ gem 'bundler', '>= 1.0.0'
gem 'chef', '0.9.12', :require => false
gem 'ohai', '0.5.8', :require => false #Chef dependency

gem 'nokogiri', '1.4.3.1'
gem 'nokogiri'

#Security
gem 'devise', '~> 1.3.1'
Expand Down Expand Up @@ -61,7 +61,7 @@ gem 'SystemTimer', '1.2.1' unless RUBY_VERSION.include? '1.9' || RUBY_PLATFORM =
group :development do
gem 'capistrano', '2.5.19', :require => false
gem 'capistrano-ext', '1.2.1', :require => false
gem 'sod', :git => "git://github.com/MikeSofaer/sod.git"
gem 'sod', :git => "git://github.com/MikeSofaer/sod.git", :require => false
end

group :test, :development do
Expand All @@ -80,7 +80,7 @@ group :test do
gem 'cucumber-rails', '0.3.2'
gem 'rspec', '>= 2.0.0'
gem 'rspec-rails', '>= 2.0.0'
gem 'rcov'
gem 'rcov', :require => false
gem 'database_cleaner', '0.6.0'
gem 'webmock', :require => false
gem 'jasmine', :path => 'vendor/gems/jasmine', :require => false
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Expand Up @@ -156,7 +156,7 @@ GEM
cucumber-rails (0.3.2)
cucumber (>= 0.8.0)
culerity (0.2.15)
daemons (1.1.2)
daemons (1.1.3)
database_cleaner (0.6.0)
devise (1.3.4)
bcrypt-ruby (~> 2.1.2)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
fastthread (1.0.7)
ffi (0.6.3)
rake (>= 0.8.7)
fixture_builder (0.2.0)
fixture_builder (0.2.2)
fog (0.3.25)
builder
excon (>= 0.2.4)
Expand All @@ -202,12 +202,12 @@ GEM
rspec (~> 2.0)
rspec-instafail (~> 0.1.4)
gem_plugin (0.2.3)
gherkin (2.3.6)
gherkin (2.3.8)
json (>= 1.4.6)
haml (3.0.25)
hashie (0.4.0)
highline (1.6.1)
http_connection (1.4.0)
highline (1.6.2)
http_connection (1.4.1)
i18n (0.5.0)
i18n-inflector (2.5.1)
i18n (>= 0.4.1)
Expand All @@ -224,7 +224,7 @@ GEM
configuration (>= 0.0.5)
rake (>= 0.8.1)
linecache (0.43)
mail (2.2.15)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand All @@ -245,15 +245,15 @@ GEM
gem_plugin (>= 0.2.3)
multi_json (0.0.5)
multi_xml (0.2.2)
multipart-post (1.1.0)
multipart-post (1.1.1)
mysql2 (0.2.6)
net-ldap (0.1.1)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.0.24)
net-ssh-gateway (1.0.1)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.4.3.1)
oa-basic (0.1.6)
Expand Down Expand Up @@ -366,8 +366,8 @@ GEM
ffi (~> 0.6.3)
json_pure
rubyzip
simple_oauth (0.1.4)
sinatra (1.2.3)
simple_oauth (0.1.5)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
subexec (0.0.4)
Expand All @@ -378,7 +378,7 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.2.2)
tilt (1.3)
treetop (1.4.9)
polyglot (>= 0.3.1)
typhoeus (0.2.4)
Expand Down Expand Up @@ -435,7 +435,7 @@ DEPENDENCIES
mini_magick (= 3.2)
mongrel
mysql2 (= 0.2.6)
nokogiri (= 1.4.3.1)
nokogiri
ohai (= 0.5.8)
omniauth (= 0.1.6)
rails (= 3.0.3)
Expand Down

0 comments on commit 4875d65

Please sign in to comment.