Sha256: 0987b23d867e013a17e94f636275d6c6a2d4a5ec7e337c7f9dfb178dd26ab4cc

Contents?: true

Size: 363 Bytes

Versions: 2

Compression:

Stored size: 363 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

group :development, :test do
  gem 'factory_girl', '~> 4.7'
end

group :test do
  gem 'listen', '>= 3.0.8'
  gem 'lumberjack', '~> 1.0', '>= 1.0.13'
  gem 'rb-inotify', '~> 0.9.10'

  gem 'rspec'
  gem 'simplecov', '~> 0.8.2'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rast-0.19.1 Gemfile
rast-0.19.0 Gemfile