Commit f4b0333f89725d6bf04d943afc599573a417a26a

Authored by Nikita Fedyashev
1 parent 5162dea2
Exists in master and in 1 other branch production

DRY more Gemfile dependencies

nokogori already has runtime dependencies to pivotal-tracker and capybara.
omniauth already has a runtime dependency to omniauth-github.
rspec already has runtime dependencies to rspec-rails and email_spec.
Showing 2 changed files with 0 additions and 6 deletions   Show diff stats
Gemfile
... ... @@ -4,7 +4,6 @@ gem 'rails', '3.2.8'
4 4 gem 'mongoid', '~> 2.4.10'
5 5 gem 'mongoid_rails_migrations'
6 6 gem 'devise', '~> 1.5.3'
7   -gem 'nokogiri'
8 7 gem 'haml'
9 8 gem 'htmlentities', "~> 4.3.0"
10 9 gem 'rack-ssl', :require => 'rack/ssl' # force SSL
... ... @@ -66,7 +65,6 @@ platform :ruby do
66 65 gem 'bson_ext', '= 1.6.2'
67 66 end
68 67  
69   -gem 'omniauth'
70 68 gem 'oa-core'
71 69 gem 'ri_cal'
72 70 gem 'yajl-ruby', :require => "yajl"
... ... @@ -88,7 +86,6 @@ end
88 86 group :test do
89 87 gem 'capybara'
90 88 gem 'launchy'
91   - gem 'rspec', '~> 2.6'
92 89 gem 'database_cleaner', '~> 0.6.0'
93 90 gem 'email_spec'
94 91 gem 'timecop'
... ...
Gemfile.lock
... ... @@ -348,10 +348,8 @@ DEPENDENCIES
348 348 mongo (= 1.6.2)
349 349 mongoid (~> 2.4.10)
350 350 mongoid_rails_migrations
351   - nokogiri
352 351 oa-core
353 352 octokit (~> 1.0.0)
354   - omniauth
355 353 omniauth-github
356 354 oruen_redmine_client
357 355 pivotal-tracker
... ... @@ -361,7 +359,6 @@ DEPENDENCIES
361 359 rails (= 3.2.8)
362 360 rails_autolink (~> 1.0.9)
363 361 ri_cal
364   - rspec (~> 2.6)
365 362 rspec-rails (~> 2.6)
366 363 ruby-debug
367 364 ruby-fogbugz
... ...