Skip to content
Snippets Groups Projects
Gemfile 558 B
Newer Older
group :development, :test do
  gem 'rake'
  gem 'bson_ext', platforms: :ruby
Alex Reisner's avatar
Alex Reisner committed
  gem 'test-unit' # needed for Ruby >=2.2.0
  gem 'byebug', platforms: :mri
  platforms :jruby do
gxbe's avatar
gxbe committed
    gem 'jgeoip'
  end

  platforms :rbx do
    gem 'rubysl', '~> 2.0'
    gem 'rubysl-test-unit'
group :test do
  gem 'pg', platforms: :ruby