diff --git a/.idea/osprey-model.iml b/.idea/osprey-model.iml index 9d9294c..08c7953 100644 --- a/.idea/osprey-model.iml +++ b/.idea/osprey-model.iml @@ -44,7 +44,7 @@ - + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cd6cceb..a85cd1b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,7 +8,7 @@ - + @@ -108,10 +108,10 @@ - + - + @@ -126,10 +126,10 @@ - + - + @@ -138,7 +138,7 @@ - + @@ -177,8 +177,8 @@ @@ -824,7 +824,7 @@ - + @@ -836,23 +836,23 @@ - + - + - + - + - + - + diff --git a/Gemfile b/Gemfile index e8f9fe0..845403e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,8 @@ gem 'rails', '4.0.0' gem 'sqlite3' +gem 'coffee-script-source' + # Gems used only for assets and not required # in production environments by default. group :assets do diff --git a/Gemfile.lock b/Gemfile.lock index 9fe7d34..c95fb91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,6 +120,7 @@ PLATFORMS DEPENDENCIES coffee-rails (~> 4.0.0) + coffee-script-source jbuilder (~> 1.0.1) jquery-rails rails (= 4.0.0)