# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in rmagick.gemspec
gemspec

gem 'pry', '~> 0.14'
gem 'rake-compiler', '~> 1.2'
gem 'rspec', '~> 3.13'
gem 'rspec_junit_formatter', '~> 0.6.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9.36'

gem 'rubocop', '~> 1.63'
gem 'rubocop-performance', '~> 1.21'
gem 'rubocop-rspec', '~> 3.5'

gem 'rubocop-on-rbs', '~> 1.5' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.2')

gem 'rbs', '~> 3.4'
gem 'steep', '~> 1.6'
