Skip to content

Instantly share code, notes, and snippets.

@es
Created February 7, 2025 16:47
Show Gist options
  • Save es/32e497e62d74d00d433eac633ae3c1e6 to your computer and use it in GitHub Desktop.
Save es/32e497e62d74d00d433eac633ae3c1e6 to your computer and use it in GitHub Desktop.
require 'sinatra'
require 'bullet'
get '/' do
'Hello world!'
end
# frozen_string_literal: true
source "https://rubygems.org"
gem "bullet", "8.0.0"
gem "sinatra"
gem "rackup"
gem "puma"
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
bullet (8.0.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
drb (2.2.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.6.5)
minitest (5.25.4)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.4)
puma (6.6.0)
nio4r (~> 2.0)
rack (3.1.9)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rackup (2.2.1)
rack (>= 3)
ruby2_keywords (0.0.5)
securerandom (0.4.1)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.6.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uniform_notifier (1.16.0)
uri (1.0.2)
PLATFORMS
arm64-darwin-23
ruby
DEPENDENCIES
bullet (= 8.0.0)
puma
rackup
sinatra
BUNDLED WITH
2.5.16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment