Files
fil/e2e/ruby/Gemfile

10 lines
209 B
Ruby
Raw Normal View History

2026-06-01 23:40:55 +02:00
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'kreuzberg', path: '../../packages/ruby'
gem 'rspec', '~> 3.13'
gem 'rubocop', '~> 1.86'
gem 'rubocop-rspec', '~> 3.9'
gem 'faraday', '~> 2.0'