mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 13:56:41 +00:00
15 lines
234 B
Ruby
15 lines
234 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in rabbit_carrots.gemspec
|
|
gemspec
|
|
|
|
gem 'rake', '~> 13.0'
|
|
|
|
gem 'rspec', '~> 3.0'
|
|
|
|
gem 'rubocop', '~> 1.21'
|
|
|
|
gem 'rubocop-rails', '~> 2.17'
|