Skip to content

Commit

Permalink
Merge branch 'master' into add_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
newbishme committed Feb 21, 2018
2 parents a323de0 + c53fa08 commit 9efed03
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 145 deletions.
6 changes: 3 additions & 3 deletions Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.0.0.1'
gem 'rails', '5.1.5'

# Use mysql + sequel instead of ActiveRecord
gem 'mysql2'
Expand All @@ -14,7 +14,7 @@ gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 2.7.2'

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
gem 'coffee-rails'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

Expand Down Expand Up @@ -52,7 +52,7 @@ gem 'slack-notifier'
# gem 'capistrano-rails', group: :development

# Interface with locally cloned git repos
gem 'rugged', git: 'git://github.com/libgit2/rugged.git', submodules: true
gem 'rugged', git: 'https://github.com/libgit2/rugged.git', submodules: true

# Parse diffs from GitHub
gem 'git_diff_parser'
Expand Down

0 comments on commit 9efed03

Please sign in to comment.