diff --git a/VERSION b/VERSION index 09a3acf..faef31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.7.0 diff --git a/packaging/rpm/Gemfile_web b/packaging/rpm/Gemfile_web index 2f55c9f..b663dc1 100644 --- a/packaging/rpm/Gemfile_web +++ b/packaging/rpm/Gemfile_web @@ -36,14 +36,12 @@ gem 'mini_mime', '=1.0.2' # Send messages to Kafka gem 'poseidon', '=0.0.5' -# Dependency of newrelic gem 'concurrent-ruby', '=1.1.7' +gem 'trix-rails', '=2.4.0' gem 'multipart-post', '=2.1.1' # gem 'jwt', '=2.2.2' -# New relic -gem 'newrelic_rpm', '=6.12.0.367' gem 'jquery-rails', '=4.6.0' gem 'jquery-validation-rails', '=1.19.0' gem 'jquery-ui-rails', '=5.0.5'