We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f9cb1 commit 5a28540Copy full SHA for 5a28540
2 files changed
Gemfile
@@ -76,6 +76,7 @@ gem 'pry-byebug'
76
gem 'pry-rails'
77
gem 'puma'
78
gem 'sentry-raven'
79
+gem 'sprockets-rails'
80
gem 'uglifier'
81
82
group :development, :test do
Gemfile.lock
@@ -993,6 +993,14 @@ GEM
993
spring-watcher-listen (2.1.0)
994
listen (>= 2.7, < 4.0)
995
spring (>= 4)
996
+ sprockets (4.2.2)
997
+ concurrent-ruby (~> 1.0)
998
+ logger
999
+ rack (>= 2.2.4, < 4)
1000
+ sprockets-rails (3.5.2)
1001
+ actionpack (>= 6.1)
1002
+ activesupport (>= 6.1)
1003
+ sprockets (>= 3.0.0)
1004
stringio (3.1.7)
1005
swd (1.3.0)
1006
activesupport (>= 3)
@@ -1116,6 +1124,7 @@ DEPENDENCIES
1116
1124
puma
1117
1125
rubocop
1118
1126
sentry-raven
1127
+ sprockets-rails
1119
1128
uglifier
1120
1129
web-console
1121
1130
0 commit comments