Skip to content

Commit

Permalink
Cross-Origin Resource Sharing #53 (testing gem dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelsvensson committed Aug 22, 2015
1 parent 4e4742d commit bee1f1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ gem 'sass-rails', '~> 4.0.3'
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
gem 'coffee-script', '2.2.0'
gem 'coffee-script-source', '1.8.0'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ PLATFORMS

DEPENDENCIES
coffee-rails (~> 4.0.0)
coffee-script (= 2.2.0)
coffee-script-source (= 1.8.0)
google-id-token!
jbuilder (~> 2.0)
jquery-rails
Expand Down

0 comments on commit bee1f1e

Please sign in to comment.