Sha256: 8af31e9a295f681f8ee0c051f89037c6aa82cba8672164be6cbeca2cbafdf8c1

Contents?: true

Size: 769 Bytes

Versions: 15

Compression:

Stored size: 769 Bytes

Contents

source "http://rubygems.org"

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

# jquery-rails is used by the dummy application
group :test do
  gem "rake"
  gem 'mspec'
  gem 'activesupport', '~>3.2.0'
  gem 'minitest', '< 5.0.0', :require => false
  gem 'test-unit', '~>2.1.1.0'
end

# 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.

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/backports-3.12.0/Gemfile
backports-3.16.1 Gemfile
backports-3.16.0 Gemfile
backports-3.15.0 Gemfile
backports-3.14.0 Gemfile
backports-3.13.0 Gemfile
backports-3.12.0 Gemfile
backports-3.11.4 Gemfile
backports-3.11.3 Gemfile
backports-3.11.2 Gemfile
backports-3.11.1 Gemfile
backports-3.11.0 Gemfile
backports-3.10.3 Gemfile
backports-3.10.2 Gemfile
backports-3.10.1 Gemfile