Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confirm attachinary require coffee-rails still. #56

Merged
merged 1 commit into from
Apr 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ source 'https://rubygems.org'
# Likes:
gem 'acts_as_votable', '~> 0.10.0'

gem 'cloudinary', '1.1.7'
gem 'cloudinary'
gem 'attachinary', github: 'assembler/attachinary'
# Need this until https://github.com/assembler/attachinary/pull/146 merged
gem 'coffee-rails'

gem 'jquery-fileupload-rails'
gem "pundit"
gem 'omniauth-facebook'
Expand All @@ -15,7 +18,6 @@ gem 'figaro'
gem 'jbuilder', '~> 2.0'
gem 'devise'
gem 'redis'
gem 'coffee-rails'

gem "gmaps4rails"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ GEM
tilt (2.0.7)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uglifier (3.1.11)
uglifier (3.1.12)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
Expand All @@ -249,7 +249,7 @@ DEPENDENCIES
better_errors
binding_of_caller
bootstrap-sass
cloudinary (= 1.1.7)
cloudinary
coffee-rails
devise
figaro
Expand Down