diff --git a/Dockerfile.production b/Dockerfile.production index 5b82281e2..f6fc6a76f 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,4 +1,4 @@ -FROM ruby:2.3.3 +FROM ruby:2.4.1 MAINTAINER BioSistemika # additional dependecies diff --git a/Gemfile b/Gemfile index f7b15775b..7577cb5f2 100644 --- a/Gemfile +++ b/Gemfile @@ -61,9 +61,9 @@ gem 'rails_autolink', '~> 1.1', '>= 1.1.6' gem 'delayed_paperclip' gem 'rubyzip' -gem 'paperclip', '~> 4.3' # File attachment, image attachment library -gem 'aws-sdk', '~> 2.2.8' -gem 'aws-sdk-v1' +gem 'paperclip', '~> 5.1' # File attachment, image attachment library +gem 'aws-sdk', '~> 2' + gem 'delayed_job_active_record' gem 'devise-async' gem 'ruby-graphviz', '~> 1.2' # Graphviz for rails diff --git a/Gemfile.lock b/Gemfile.lock index 99c347f92..418ded2c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,9 +71,6 @@ GEM jmespath (~> 1.0) aws-sdk-resources (2.2.37) aws-sdk-core (= 2.2.37) - aws-sdk-v1 (1.67.0) - json (~> 1.4) - nokogiri (~> 1) babel-source (5.8.35) babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) @@ -193,7 +190,7 @@ GEM mime-types (>= 1.16, < 4) method_source (0.8.2) mime-types (1.25.1) - mimemagic (0.3.0) + mimemagic (0.3.2) mini_portile2 (2.2.0) minitest (5.10.2) minitest-reporters (1.1.14) @@ -216,12 +213,12 @@ GEM nokogiri oj (2.18.5) orm_adapter (0.5.0) - paperclip (4.3.7) - activemodel (>= 3.2.0) - activesupport (>= 3.2.0) + paperclip (5.1.0) + activemodel (>= 4.2.0) + activesupport (>= 4.2.0) cocaine (~> 0.5.5) mime-types - mimemagic (= 0.3.0) + mimemagic (~> 0.3.0) parallel (1.11.2) parser (2.4.0.0) ast (~> 2.2) @@ -372,8 +369,7 @@ DEPENDENCIES auto_strip_attributes (~> 2.1) autosize-rails awesome_print - aws-sdk (~> 2.2.8) - aws-sdk-v1 + aws-sdk (~> 2) base62 bcrypt (~> 3.1.10) better_errors @@ -409,7 +405,7 @@ DEPENDENCIES nested_form_fields newrelic_rpm nokogiri - paperclip (~> 4.3) + paperclip (~> 5.1) pg puma rails (= 5.1.1) diff --git a/app/models/tag.rb b/app/models/tag.rb index b937696c4..2e86e2d9d 100644 --- a/app/models/tag.rb +++ b/app/models/tag.rb @@ -1,4 +1,4 @@ -class Tag <<: *common test: - secret_key_base: f3719934e04fa8871cf5d33d5c60f05e1b8995e0315265aef9f8b878da49bd2d386eb25ce35545b469a94ccf22f91e0052b93a15194b4f57b0c8d6ce8b150e1e + secret_key_base: <%= ENV["TEST_KEY_BASE"] %> <<: *common production: