Skip to content

Commit

Permalink
removed old growl_notify dependency test should now run on linux!
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdavis committed Jun 26, 2012
1 parent d2e44b8 commit 917e467
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions Gemfile
Expand Up @@ -3,29 +3,29 @@ source :rubygems
gemspec

unless ENV['PKG']
gem "cucumber", "~> 1.1.4"
gem "rspec", "~>2.0.0"
gem "rails", "~> 3.1"
gem "compass-validator", "3.0.1"
gem "css_parser", "~> 1.0.1"
gem "sass", "~> 3.1"
gem "haml", "~> 3.1"
gem "rubyzip"
gem 'mocha'
gem 'diff-lcs', '~> 1.1.2'
gem 'rake', '~> 0.9.2'
gem "cucumber", "~> 1.1.4"
gem "rspec", "~>2.0.0"
gem "rails", "~> 3.1"
gem "compass-validator", "3.0.1"
gem "css_parser", "~> 1.0.1"
gem "sass", "~> 3.1"
gem "haml", "~> 3.1"
gem "rubyzip"
gem 'mocha'
gem 'diff-lcs', '~> 1.1.2'
gem 'rake', '~> 0.9.2'

# Warning becarful adding OS dependant gems above this line it will break the CI server please
# place them below so they are excluded
# Warning becarful adding OS dependant gems above this line it will break the CI server please
# place them below so they are excluded

unless ENV["CI"]
gem 'rb-fsevent'
gem 'growl_notify'
gem "ruby-prof", :platform => :mri_18
gem "rcov", :platform => :mri_18
gem 'guard'
gem 'guard-test'
gem 'guard-cucumber'
gem 'packager'
end
unless ENV["CI"]
gem 'rb-fsevent'
gem 'ruby_gntp'
gem "ruby-prof", :platform => :mri_18
gem "rcov", :platform => :mri_18
gem 'guard'
gem 'guard-test'
gem 'guard-cucumber'
gem 'packager'
end
end

0 comments on commit 917e467

Please sign in to comment.