diff options
author | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-07-17 17:13:52 -0700 |
---|---|---|
committer | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-07-20 02:22:50 -0700 |
commit | c67686d7d7a9a9e3cd5efa4034ac5cc193f2676c (patch) | |
tree | 0cbcd21ce6ca92c5d6fdd40e765286ae4440d84b /Gemfile |
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +# frozen_string_literal: true + +source "https://rubygems.org" +ruby "2.7.4" + +git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } + +gem "rack", "~> 2.2" +gem "puma", "~> 5.3" +gem "rspec", "~> 3.10" +gem "pry", "~> 0.14.1" |