Skip to content

Commit

Permalink
Update gems that only work with some platforms to get travis build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gcao committed Jul 5, 2012
1 parent c52967c commit ddd3056
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,7 +10,7 @@ group :development do
gem "guard-bundler", "~> 0.1.3"
gem "guard-rspec", "~> 0.5.2"
gem "guard-shell", "~> 0.1.1"
gem 'rb-fsevent', "~> 0.4.3.1"
gem 'rb-fsevent', "~> 0.4.3.1", :platforms => [:mri]
gem 'growl', "~> 1.0.3"

gem 'awesome_print'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -24,6 +24,11 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
pry (0.9.9.6-java)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
spoon (~> 0.0)
rake (0.9.2.2)
rb-fsevent (0.4.3.1)
rspec (2.10.0)
Expand All @@ -36,9 +41,11 @@ GEM
rspec-mocks (2.10.1)
ruby-prof (0.11.2)
slop (2.4.4)
spoon (0.0.1)
thor (0.14.6)

PLATFORMS
java
ruby

DEPENDENCIES
Expand Down

0 comments on commit ddd3056

Please sign in to comment.