Skip to content

Commit

Permalink
the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Nov 27, 2017
1 parent 24fe0af commit 29d1ba4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# frozen_string_literal: true

source "https://rubygems.org"
gemspec

gem "rake"

platform :mri do
gem "pry-byebug", require: false
end
# gem "guard-rspec", :require => false
# gem "nokogiri", :require => false
gem "pry", :require => false

gem "certificate_authority", git: "https://github.com/cchandler/certificate_authority.git",
branch: "master",
require: false

gem "simplecov", ">= 0.9"

gem "rspec"
gem "rspec-its"

gem "rubocop"

0 comments on commit 29d1ba4

Please sign in to comment.