DEV: Fix gemfile
This commit is contained in:
parent
064000b7bc
commit
bd5d9fc289
2
Gemfile
2
Gemfile
|
@ -1,5 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
|
||||||
gem 'rubocop-discourse'
|
gem 'rubocop-discourse'
|
||||||
|
|
Loading…
Reference in New Issue