Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Add Gemfile and SwiftLint dependency (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblatz committed Oct 17, 2018
1 parent 25417b8 commit 3e3d21b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Gemfile
@@ -0,0 +1,9 @@
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"
gem 'danger', '~> 5.5', '>= 5.5.3'
gem 'danger-swiftlint'

0 comments on commit 3e3d21b

Please sign in to comment.