Sha256: d5f2971a1642da7f555a5bb3e679bc55dd137e1058fa36faaf64cfe5bf772788
Contents?: true
Size: 433 Bytes
Versions: 173
Compression:
Stored size: 433 Bytes
Contents
source "https://rubygems.org" gem "jets" group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem 'shotgun' gem 'rack' end group :test do gem 'rspec' # rspec test group only or we get the "irb: warn: can't alias context from irb_context warning" when starting jets console gem 'launchy' gem 'capybara' end
Version data entries
173 entries across 173 versions & 4 rubygems