Skip to content

Commit

Permalink
Remove opf_plugins bundler group
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Oct 13, 2020
1 parent e10ce15 commit ba65523
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Expand Up @@ -315,15 +315,15 @@ platforms :mri, :mingw, :x64_mingw do
gem 'with_advisory_lock', '~> 4.6.0'
end

group :opf_plugins do
gem 'openproject-translations', git: 'https://github.com/opf/openproject-translations.git', branch: 'dev'
end
gem 'openproject-translations',
git: 'https://github.com/opf/openproject-translations.git',
branch: 'dev'

gem 'newrelic_rpm', '~> 6.9.0.363'

# remove once we no longer use passenger
group :docker, optional: true do
gem 'passenger', '~> 6.0.1'

# Used to easily precompile assets
gem 'newrelic_rpm', '~> 6.9.0.363'
end

# Load Gemfile.local, Gemfile.plugins, plugins', and custom Gemfiles
Expand Down

0 comments on commit ba65523

Please sign in to comment.