Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Add coffeescript
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarini committed Aug 21, 2018
1 parent c2563a5 commit 20ebb8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -14,6 +14,7 @@ gem 'oj'
gem 'puma'
gem 'sass'
gem 'therubyracer'
gem 'coffee-script'

# Github API Client Library.
gem 'octokit', '>= 4.9.0'
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Expand Up @@ -60,6 +60,10 @@ GEM
coderay (1.1.2)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
connection_pool (2.2.2)
crack (0.4.3)
Expand Down Expand Up @@ -294,6 +298,7 @@ DEPENDENCIES
byebug
capybara
codeclimate-test-reporter (= 0.4.8)
coffee-script
dogstatsd-ruby (~> 1.5.0)
dotenv-rails (~> 2.2)
faraday (= 0.9.1)
Expand Down

0 comments on commit 20ebb8f

Please sign in to comment.