Sha256: 9eaa7725ebac0ef49f9a9b801aa5827e1bed185293e0019126d383cbbc499360

Contents?: true

Size: 297 Bytes

Versions: 8

Compression:

Stored size: 297 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in access-granted.gemspec
gemspec

group :test, :development do
  gem 'rb-readline'
  gem 'simplecov', require: false
  gem 'rake'
  gem 'pry'
  gem 'cancan'
  gem 'benchmark-ips'
end

platforms :rbx do
  gem 'rubysl', '~> 2.1'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
access-granted-1.1.1 Gemfile
access-granted-1.1.0 Gemfile
access-granted-1.0.4 Gemfile
access-granted-1.0.3 Gemfile
access-granted-1.0.2 Gemfile
access-granted-1.0.1 Gemfile
access-granted-0.2.1 Gemfile
access-granted-0.2 Gemfile