Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
downgrade sprockets-rails, because it breaks konacha
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jan 22, 2016
1 parent 0718702 commit bee6ffc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ gem "roadie-rails"
gem "sass-rails", ">= 3.2"
gem "simple_form"
gem "simple_form_object"
gem "sprockets-rails", "< 3" # https://github.com/jfirebaugh/konacha/issues/216
gem "turbolinks"
gem "uglifier"
gem "validates_email_format_of"
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,10 @@ GEM
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.0.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2)
Expand Down Expand Up @@ -540,6 +540,7 @@ DEPENDENCIES
site_prism
spring
spring-commands-rspec
sprockets-rails (< 3)
timecop
turbolinks
uglifier
Expand Down

2 comments on commit bee6ffc

@afeld
Copy link
Contributor Author

@afeld afeld commented on bee6ffc Jan 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexkravets
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a fix for this, please check it out if it works for you: alexkravets/konacha@f049dcf

Please sign in to comment.