diff --git a/Gemfile b/Gemfile
index 32f179d76ed0673825055bd92d0a48829704bf21..b10a60efd4a6c3ae332246c4fb1e6bdaeabf6c26 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'