Skip to content

Commit

Permalink
Merge b276751 into 1450a57
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 2, 2019
2 parents 1450a57 + b276751 commit 5c22b96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gem 'rails', '~> 4.2'
gem 'sqlite3'
# angular-rails-templates currently only works with sprocket-rails 2
gem 'sprockets-rails', '~> 2.3.3'
gem 'sprockets-rails', '~> 3.2.1'

gem 'angular-rails-templates'
gem 'angular_rails_csrf'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ GEM
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
temple (0.8.0)
term-ansicolor (1.6.0)
Expand Down Expand Up @@ -238,7 +238,7 @@ DEPENDENCIES
rubocop
simplecov
simplecov-console
sprockets-rails (~> 2.3.3)
sprockets-rails (~> 3.2.1)
sqlite3
uglifier (>= 1.3.0)
unicorn-rails
Expand Down

0 comments on commit 5c22b96

Please sign in to comment.