Skip to content

Commit 4932f02

Browse files
committed
Revert the resque-web gems from server.
1 parent 79a073c commit 4932f02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server/Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ gem 'mail', '= 2.7.1'
6464
# these 4 gems are needed until mail > 2.8.0 can be used
6565
gem 'net-smtp', '~> 0.5.0'
6666
gem 'net-pop', '~> 0.1.2'
67-
gem 'net-imap', '~> 0.4.10'
68-
gem 'date', '~> 3.3.4'
67+
gem 'net-imap', '~> 0.4.10'
68+
gem 'date', '~> 3.3.4'
6969
# don't try to install sassc 2.
7070
gem 'roo', '~> 2.8.3'
71-
gem "sassc", "< 2.2.0"
71+
gem 'sassc', '~> 2.4.0'
7272
gem 'concurrent-ruby', '1.3.4'
7373

7474
# For workers - and other dependencies for measures
@@ -109,7 +109,7 @@ if RUBY_PLATFORM =~ /linux/
109109
elsif RUBY_PLATFORM =~ /darwin/
110110
gem 'execjs', github: 'NREL/execjs'
111111
end
112-
gem 'resque-web', git: 'https://github.com/diei/resque-web.git', ref: '0972517d6e42eeb096555a17346937d6df100d82', require: 'resque_web'
112+
113113
# The only resque only is :docker, :docker-dev, :production
114114
group :development, :docker, :'docker-dev', :'docker-test', :production, :test do
115115
gem 'redis', '~> 4.2.5'

0 commit comments

Comments
 (0)