Skip to content

Commit

Permalink
Adding other platforms for polling warning removal
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Jul 30, 2013
1 parent 459d40b commit a47d066
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/awestruct/frameworks/base_Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@

source 'https://rubygems.org' # This tells Bundler where to look for gems

gem 'awestruct', '>= 0.5.1' # Goes without saying
gem 'awestruct', '>= 0.5.3' # Goes without saying
gem 'rake', '>= 0.9.2' # Needed for the Rakefile to work
# gem 'coffee-script', '>= 2.2.0' # If using coffee-script or to remove the warning
# gem 'rb-fsevent', '~> 0.9' # to remove warning
# gem 'rb-fsevent', '~> 0.9', :require => false # to remove warning about pulling, Mac OSX
# gem 'rb-inotify', '>= 0.9.0', :require => false # to remove warning about pulling, Linux
# gem 'wdm', :platforms => [:mswin, :mingw], :require => false # to remove warning about pulling, Windows (ruby 1.9+)
# gem 'rb-fchange', '~> 0.0.6', :require => false # to remove warning about pulling, Windows (ruby 1.8.7)
# gem 'therubyracer', '0.10.0', :platforms => :ruby # Javascript runtime on mri (needed for LESS and coffee-script)
# gem 'therubyrhino', '~> 2.0.2', :platforms => :jruby # Javascript runtime on jruby (needed for LESS and coffee-script)
# gem 'less', '>= 2.2.2' # If using LESS instead of sass
Expand Down

0 comments on commit a47d066

Please sign in to comment.