Blame view

Gemfile 246 Bytes
bbf1c61a   Joe Weakley   Updated documenta...
1
  # frozen_string_literal: true
31f9a345   Isaac Lewis   init; some tests
2
  
bbf1c61a   Joe Weakley   Updated documenta...
3
4
5
  source 'https://rubygems.org'
  
  git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
31f9a345   Isaac Lewis   init; some tests
6
  
31f9a345   Isaac Lewis   init; some tests
7
  gemspec
ab2264b2   Samuel J Clopton   Add the ability t...
8
  
f4259c1e   Samuel J Clopton   fix tests and add...
9
10
  group :development, :test do
    gem 'rubocop', require: false
ab2264b2   Samuel J Clopton   Add the ability t...
11
12
13
    gem 'pry-byebug'
    gem 'rb-readline'
  end