claude-says-no/Gemfile

10 lines
159 B
Text
Raw Normal View History

2025-06-06 18:50:32 +02:00
source 'https://rubygems.org'
gem 'sinatra', '~> 3.0'
gem 'puma', '~> 6.0'
gem 'json', '~> 2.6'
2025-06-06 18:55:54 +02:00
gem 'yaml', '~> 0.2'
2025-06-06 18:50:32 +02:00
group :development do
gem 'rerun'
end