Sha256: 1b0822819c7c99cbba26f2697ccca63cf48e6fa92a768924e1803ce3d1b8b00e

Contents?: true

Size: 287 Bytes

Versions: 15

Compression:

Stored size: 287 Bytes

Contents

source "https://rubygems.org"

# Specify your gem's dependencies in positioning.gemspec
gemspec

gem "rake", "~> 13.0"

gem "minitest", "~> 5.0"

gem "standard", "~> 1.3"

if ENV["RAILS_VERSION"]
  gem "activerecord", ENV["RAILS_VERSION"]
  gem "activesupport", ENV["RAILS_VERSION"]
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
positioning-0.4.2 Gemfile
positioning-0.4.1 Gemfile
positioning-0.4.0 Gemfile
positioning-0.3.0 Gemfile
positioning-0.2.6 Gemfile
positioning-0.2.5 Gemfile
positioning-0.2.4 Gemfile
positioning-0.2.3 Gemfile
positioning-0.2.1 Gemfile
positioning-0.2.0 Gemfile
positioning-0.1.7 Gemfile
positioning-0.1.6 Gemfile
positioning-0.1.5 Gemfile
positioning-0.1.4 Gemfile
positioning-0.1.3 Gemfile