Skip to content

Commit

Permalink
Don't try to load byebug in non-MRI envs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Feb 13, 2015
1 parent ab340f8 commit a9f6b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ source "https://rubygems.org"
group :development, :test do
gem 'rake'
gem 'mongoid', '2.6.0'
gem 'bson_ext', :platforms => :ruby
gem 'bson_ext', platforms: :ruby
gem 'geoip'
gem 'rubyzip'
gem 'rails'
gem 'test-unit' # needed for Ruby >=2.2.0

gem 'byebug'
gem 'byebug', platforms: :mri

platforms :jruby do
gem 'jruby-openssl'
Expand Down

0 comments on commit a9f6b38

Please sign in to comment.