An application that reminds you to water your plants
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 13 lines 226 B view raw
1# frozen_string_literal: true 2 3source 'https://rubygems.org' 4 5gem 'dotenv', '~> 3.1' 6gem 'pg', '~> 1.6' 7gem 'puma', '~> 7.1' 8gem 'rackup', '~> 2.2' 9gem 'sinatra', '~> 4.2' 10 11group :development do 12 gem 'rubocop', '~> 1.81' 13end