Sha256: 9331ccda99a0187e41523a8e8cfba2a8412346aca42cc3f1d6cc1333a3d13744

Contents?: true

Size: 885 Bytes

Versions: 7

Compression:

Stored size: 885 Bytes

Contents

source 'https://rubygems.org'

ruby '>= 2.3.1'
gem 'rails', github: 'rails/rails', branch: '4-1-stable'
gem 'rdoc'

gem 'shoulda', group: [:development, :test]

# Declare your gem's dependencies in sublease.gemspec
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec path: '..'

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

platforms :jruby do
  gem 'pry', group: [:development, :test]
  gem 'activerecord-jdbc-adapter'
  gem 'activerecord-jdbcsqlite3-adapter'
  gem 'jruby-openssl'
end

platforms :ruby do
  gem 'byebug', group: [:development, :test]
  gem 'sqlite3'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sublease-0.3.0 gemfiles/Gemfile.rails-4.1-stable
sublease-0.2.3 gemfiles/Gemfile.rails-4.1-stable
sublease-0.2.2 gemfiles/Gemfile.rails-4.1-stable
sublease-0.2.1 gemfiles/Gemfile.rails-4.1-stable
sublease-0.2.0 gemfiles/Gemfile.rails-4.1-stable
sublease-0.1.1 gemfiles/Gemfile.rails-4.1-stable
sublease-0.1.0 gemfiles/Gemfile.rails-4.1-stable