Sha256: d0e936ff83ea5463eee18348be6d99f91c846f53a1cb2834545c6d98f2d10528

Contents?: true

Size: 727 Bytes

Versions: 11

Compression:

Stored size: 727 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', :git => 'git://github.com/rubyspec/mspec.git'
  gem 'activesupport'
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

11 entries across 11 versions & 1 rubygems

Version Path
backports-3.6.0 Gemfile
backports-3.5.0 Gemfile
backports-3.4.1 Gemfile
backports-3.4.0 Gemfile
backports-3.3.5 Gemfile
backports-3.3.4 Gemfile
backports-3.3.3 Gemfile
backports-3.3.2 Gemfile
backports-3.3.1 Gemfile
backports-3.3.0 Gemfile
backports-3.2.0 Gemfile