Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed Jan 28, 2025
1 parent eb8c78a commit 07e97e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ if RUBY_PLATFORM =~ /linux/
elsif RUBY_PLATFORM =~ /darwin/
gem 'execjs', github: 'NREL/execjs'
end
gem 'resque-web', git: 'https://github.com/diei/resque-web.git', ref: '0972517d6e42eeb096555a17346937d6df100d82', require: 'resque_web'

# The only resque only is :docker, :docker-dev, :production
group :development, :docker, :'docker-dev', :'docker-test', :production, :test do
gem 'redis', '~> 4.2.5'
gem 'redis-namespace', '~> 1.8.1'
gem 'resque', '~> 2.6.0'
#gem 'resque-web', '~> 0.0.12', require: 'resque_web'
# gem 'resque-web', git: 'https://github.com/diei/resque-web.git', ref: '0972517d6e42eeb096555a17346937d6df100d82', require: 'resque_web'
gem 'resque-web', git: 'https://github.com/diei/resque-web.git', ref: '0972517d6e42eeb096555a17346937d6df100d82', require: 'resque_web'
end

# group :development, :'docker-test', :test, :local, :'local-test' do
Expand Down

0 comments on commit 07e97e5

Please sign in to comment.