mirror of
https://gitlab.com/components/sast.git
synced 2025-07-01 07:48:28 +02:00
12 lines
196 B
Ruby
12 lines
196 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in ruby_gem.gemspec
|
|
gemspec
|
|
|
|
gem "rake", "~> 13.0"
|
|
|
|
gem "rspec", "~> 3.0"
|
|
|
|
gem "rubocop", "~> 1.21"
|