Skip to content
Snippets Groups Projects
Commit a9f6b38b authored by Alex Reisner's avatar Alex Reisner
Browse files

Don't try to load byebug in non-MRI envs.

parent ab340f8c
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment