# frozen_string_literal: true

# CVSS-Suite, a Ruby gem to manage the CVSS vector
#
# This work is licensed under the terms of the MIT license.
# See the LICENSE.md file in the top-level directory.

source 'https://rubygems.org'

# Specify your gem's runtime dependencies in cvss_suite.gemspec
gemspec

group :development do
  gem 'csv', '~> 3.3'
  gem 'rake'
  gem 'rspec', '~> 3.13'
  gem 'rspec-its', '~> 2.0'
  gem 'rubocop', '~> 1.88'
  gem 'simplecov', '~> 1.0'
end
