Skip to content

Instantly share code, notes, and snippets.

@jaybrueder
Created December 14, 2020 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaybrueder/4099cc0c956371e8da64190296d30065 to your computer and use it in GitHub Desktop.
Save jaybrueder/4099cc0c956371e8da64190296d30065 to your computer and use it in GitHub Desktop.
Gemfile
source 'https://rubygems.org/'
gem 'sinatra', '2.1.0'
gem 'sinatra-activerecord', '2.0.21'
gem 'sqlite3', '1.4.1'
gem 'capybara', '3.34.0'
gem 'cucumber', '5.2.0'
gem 'rake', '12.3.3'
gem 'rspec-expectations', '3.10.0'
gem 'httparty', '0.18.1'
gem 'shotgun', '0.9.2'
gem 'tux', '0.3.0'
gem 'selenium-webdriver', '3.142.7'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment