Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

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

at main 15 lines 343 B view raw
1# frozen_string_literal: true 2 3source "https://gem.coop" 4 5gemspec 6 7gem "quickdraw", git: "https://github.com/joeldrapper/quickdraw.git", ref: "06615ef2554dabec4fbf6cf2848fb9493842fd05" 8gem "benchmark-ips" 9gem "rails" 10 11group :development do 12 gem "rubocop", platform: :ruby 13 gem "ruby-lsp", platform: :ruby 14 gem "simplecov", platform: :ruby 15end