mac osx only dependenacy is freaking out production gems
This commit is contained in:
parent
70e6c8ccb4
commit
f0075db694
2 changed files with 2 additions and 9 deletions
4
Gemfile
4
Gemfile
|
|
@ -85,8 +85,8 @@ group :development do
|
|||
end
|
||||
|
||||
group :test, :development do
|
||||
gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
|
||||
gem 'guard-rspec'
|
||||
#gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
|
||||
#gem 'guard-rspec'
|
||||
gem 'factory_girl_rails', :require => false
|
||||
unless ENV["TRAVIS"]
|
||||
gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
|
||||
|
|
|
|||
|
|
@ -208,10 +208,6 @@ GEM
|
|||
gem_plugin (0.2.3)
|
||||
gherkin (2.4.5)
|
||||
json (>= 1.4.6)
|
||||
guard (0.5.1)
|
||||
thor (~> 0.14.6)
|
||||
guard-rspec (0.4.0)
|
||||
guard (>= 0.4.0)
|
||||
haml (3.1.2)
|
||||
hashie (1.0.0)
|
||||
highline (1.6.2)
|
||||
|
|
@ -348,7 +344,6 @@ GEM
|
|||
rake (0.9.2)
|
||||
rash (0.3.0)
|
||||
hashie (~> 1.0.0)
|
||||
rb-fsevent (0.4.2)
|
||||
rcov (0.9.9)
|
||||
rdoc (3.9.1)
|
||||
redis (2.2.1)
|
||||
|
|
@ -481,7 +476,6 @@ DEPENDENCIES
|
|||
fog (= 0.3.25)
|
||||
foreigner (= 0.9.1)
|
||||
fuubar
|
||||
guard-rspec
|
||||
haml (= 3.1.2)
|
||||
http_accept_language!
|
||||
i18n-inflector-rails (~> 1.0)
|
||||
|
|
@ -501,7 +495,6 @@ DEPENDENCIES
|
|||
omniauth (= 0.2.6)
|
||||
rails (= 3.0.9)
|
||||
rails-i18n
|
||||
rb-fsevent
|
||||
rcov
|
||||
resque (= 1.10.0)
|
||||
resque-ensure-connected
|
||||
|
|
|
|||
Loading…
Reference in a new issue