no-as-a-service/Gemfile

9 lines
161 B
Text
Raw Permalink Normal View History

2025-05-13 07:58:31 +02:00
# frozen_string_literal: true
2025-05-24 20:27:14 +02:00
source 'https://rubygems.org'
2025-05-13 07:58:31 +02:00
# gem "rails"
2025-05-24 20:27:14 +02:00
gem 'rack-accept', '~> 0.4.5'
gem 'rubocop', require: false
gem 'sinatra', '~> 4.1'