Erro com dependencias idiario 1.5

estou tomando erro de dependencia das gem para versão 1.5 do idiario

meu gemfile :

source 'https://rubygems.org'

ruby '2.4.10'

gem 'active_model_serializers', '0.9.3'
gem 'activerecord-connections', '5.0.7'  #git: 'https://github.com/ricardohsd/activerecord-connections.git'
gem 'activerecord-tableless', '2.0.0'
gem 'activesupport', '= 5.0.7.2'
gem 'audited', git: 'https://github.com/portabilis/audited.git'
gem 'aws-sdk-s3', '~>1.83.0'
gem 'backbone-nested-attributes', '0.3.0', git: 'https://github.com/samuelsimoes/backbone-nested-attributes.git'
gem 'binding_of_caller', '1.0.0'
gem 'bootbox-rails', '~>0.4'
gem 'bootstrap3-datetimepicker-rails', '~> 4.17.47'
gem 'browser', '~> 4.1.0'
gem 'carrierwave', '>= 1.3.2'
gem 'carrierwave-aws', '~>1.4.0'
gem 'cocoon', '1.2.6'
gem 'cpf_cnpj', '0.3.0'
gem 'dalli', '2.7.10'
gem 'decore', '0.1.0', git: 'https://github.com/matiasleidemer/decore'
gem 'deferring', '0.5.0'
gem 'devise', '4.9.0'
gem 'discard', '1.0.0'
gem 'ejs', '1.1.1'
gem 'enumerate_it', '1.3.1'
gem 'foreigner', '1.6.1'
gem 'handlebars_assets', '0.23.2'
gem 'has_scope', '0.5.1'
gem 'honeybadger', '4.5.6'
gem 'i18n_alchemy', '0.2.1', git: 'https://github.com/giustin/i18n_alchemy.git', branch: 'master', tag: 'v0.2.1'
gem 'jbuilder', '2.9.1'
gem 'js-routes', '1.4.9'
gem 'kaminari', '>= 1.2.1'
gem 'less-rails', '3.0.0'
gem 'mask_validator', '0.2.1'
gem 'momentjs-rails', '>= 2.9.0'
gem 'non-stupid-digest-assets', '1.0.9'
gem 'pg', '0.17.1'
gem 'pg_query', '1.2.0'
gem 'postgres-copy', '1.0.0'
gem 'prawn', '2.1.2', git: 'https://github.com/portabilis/prawn.git', branch: 'master'
gem 'prawn-table', '0.2.2'
gem 'puma', '4.3.5'
gem 'pundit', '0.3.0'
gem 'rack-cors', '>= 1.0.4 ', require: 'rack/cors'
gem 'rack-protection', '1.5.5'
gem 'rails','5.0.7.2'
gem 'rake', '>= 12.3.3'
gem 'redis', '3.3.5'
gem 'redis-session-store', '0.11.1'
gem 'responders', '2.1.0'
gem 'rest-client', '2.0.2'
gem 'route_translator', git: 'https://github.com/enriclluelles/route_translator.git', tag: 'v4.1.0'
gem 'rubyzip', '>= 1.3.0', require: 'zip'
gem 'sidekiq', '5.0.3'
gem 'sidekiq-unique-jobs', '6.0.22'
gem 'simple_form', '4.0.0'
gem 'therubyracer', '0.12.3'
gem 'twitter-bootstrap-rails', '3.2.0'
gem 'uglifier', '4.1.20'
gem 'uri_validator', '0.2.0'
gem 'validates_timeliness', '3.0.14'
gem 'webpacker', '~> 4.x'
gem 'minitest', '~> 5.14.0'
gem 'nokogiri', '~> 1.10.10'



instance_eval File.read('Gemfile.plugins') if File.exist?('Gemfile.plugins')

group :development do
  gem 'meta_request', '0.7.2'
  gem 'pry-byebug', '3.4.2'
  gem 'pry-remote', '0.1.8'
  gem 'quiet_assets', '1.1.0'
  gem 'rubocop', '0.59.2', require: false
  gem 'spring', '2.0.2'
  gem 'spring-commands-rspec', '1.0.4'
end

group :test do
  gem 'business_time', '0.9.3'
  gem 'capybara', '2.5.0'
  gem 'cpf_faker', '1.3.0'
  gem 'database_cleaner', '1.5.1'
  gem 'factory_girl_rails', '4.5.0'
  gem 'faker', '1.9.1'
  gem 'gherkin', '2.12.2'
  gem 'pdf-inspector', '1.2.1', require: 'pdf/inspector'
  gem 'pry', '0.10.3'
  gem 'rspec-rails', '3.4.0'
  gem 'rspec-retry', '0.6.2 '
  gem 'rspec-sidekiq', '3.0.3'
  gem 'rspec-wait', '0.0.9'
  gem 'selenium-webdriver', '~> 3.0'
  gem 'shoulda-matchers', '3.0.1'
  gem 'timecop', '0.8.1'
  gem 'turnip', '1.3.1'

  gem 'webdrivers', '3.6.0'
  gem 'webmock', '1.24.6'
end

group :test, :development do
  gem 'bullet', '4.14.10'
end

log de erro

Bundler could not find compatible versions for gem “activesupport”:
In Gemfile:
activerecord-connections was resolved to 0.0.3, which depends on
activesupport (>= 4.1.0)

decore (= 0.1.0) was resolved to 0.1.0, which depends on
  activesupport (>= 3.2.0)

i18n_alchemy (= 0.2.1) was resolved to 0.2.1, which depends on
  activesupport (>= 3.2.0, < 5.0.0)

rails (= 5.0.7.2) was resolved to 5.0.7.2, which depends on
  activesupport (= 5.0.7.2)

Bundler could not find compatible versions for gem “rails”:
In Gemfile:
rails (= 5.0.7.2)

backbone-nested-attributes (= 0.3.0) was resolved to 0.3.0, which depends on
  rails (>= 3.2.8)

Você tem um gemfile.lock no seu projeto? Se sim, move ele para outro lugar, e roda bundle install, retorne com erros se acontecer.
Mas garanta que a versão do ruby e bundler sejam as versões do projeto.

segue o o erro:

idiario@vps34088:~/i-diario$ bundle install
Fetching https://github.com/portabilis/activerecord-connections.git
Fetching https://github.com/portabilis/audited.git
Fetching https://github.com/samuelsimoes/backbone-nested-attributes.git
Fetching https://github.com/matiasleidemer/decore
Fetching https://github.com/giustin/i18n_alchemy.git
Fetching https://github.com/portabilis/prawn.git
Fetching https://github.com/enriclluelles/route_translator.git
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies.....
Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    activerecord-connections was resolved to 0.0.3, which depends on
      activesupport (>= 3.0)

    decore (= 0.1.0) was resolved to 0.1.0, which depends on
      activesupport (>= 3.2.0)

    i18n_alchemy (= 0.2.1) was resolved to 0.2.1, which depends on
      activesupport (>= 3.2.0, < 5.0.0)

    rails (= 5.0.7.2) was resolved to 5.0.7.2, which depends on
      activesupport (= 5.0.7.2)

Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    rails (= 5.0.7.2)

    backbone-nested-attributes (= 0.3.0) was resolved to 0.3.0, which depends on
       rails (>= 3.2.8)

ruby -v
ruby 2.4.10p364 (2020-03-31 revision 67879) [x86_64-linux]

@tiago.camargo fiz o que vc falou e percebi que a gem activesupport não está no repositório oficial, peguei o gemfile do git e colei no meu gemfile e rodou o bundle install de boa