Newer
Older
source "http://rubygems.org"
gemspec
gem 'bson_ext', :platforms => :ruby
Ben Woosley
committed
gem 'rails'
platforms :jruby do
gem 'jruby-openssl'
end
end
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
source "http://rubygems.org"
gemspec
gem 'bson_ext', :platforms => :ruby
gem 'rails'
platforms :jruby do
gem 'jruby-openssl'
end
end