mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
11 lines
300 B
Ruby
11 lines
300 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in grape_logging.gemspec
|
|
gemspec
|
|
|
|
gem 'rake', '~> 13.3'
|
|
gem 'rspec', '~> 3.5'
|
|
|
|
# This is pinned to an exact version otherwise we can't know which rules
|
|
# are in play at any given time in different environments.
|
|
gem 'rubocop', '1.77.0'
|