diff --git a/.dassie/Gemfile b/.dassie/Gemfile index 52bb72fb47..25d43ecdb1 100644 --- a/.dassie/Gemfile +++ b/.dassie/Gemfile @@ -40,6 +40,7 @@ gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'uglifier', '>= 1.3.0' gem 'activerecord-nulldb-adapter', git: 'https://github.com/taylorthurlow/nulldb', branch: 'fix/activerecord72-register-adapter' +gem 'hydra-editor', github: 'samvera/hydra-editor', branch: 'revert_and_modernize' group :development do gem 'better_errors' # add command line in browser when errors diff --git a/.koppie/Gemfile b/.koppie/Gemfile index 9e3a8e69ac..e943bbcf8f 100644 --- a/.koppie/Gemfile +++ b/.koppie/Gemfile @@ -40,6 +40,7 @@ gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'uglifier', '>= 1.3.0' gem 'activerecord-nulldb-adapter', git: 'https://github.com/taylorthurlow/nulldb', branch: 'fix/activerecord72-register-adapter' +gem 'hydra-editor', github: 'samvera/hydra-editor', branch: 'revert_and_modernize' group :development do gem 'better_errors' # add command line in browser when errors