# MK: proof of concept Gemfile for ruby 3/rails 7. Needs to be fixed/reworked source 'http://rubygems.org' source 'https://V7F6c4PytNTiosBGh4xx@gem.fury.io/kolmisoft/' gem 'rails', '7.0.4' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'mysql2' #, '~> 0.3.18' gem 'rake' #, '12.3.3' gem 'dalli' #, '2.7.2' gem 'rails-i18n' #, '4.0.1' gem 'safe_attributes' #, '1.0.10' # dead? rails5+ has it in it?? # https://github.com/rails/protected_attributes # Note: This plugin will be officially supported until the release of Rails 5.0. #gem 'protected_attributes' #, '1.0.7' gem 'multi_json' #,'1.8.4' gem 'nokogiri' #, '1.8.1' gem 'minitest' #, '5.12.0' gem 'rubyzip' #, '1.3.0' gem 'concurrent-ruby' #, '1.1.9' # Gems used only for assets and not required # in production environments by default. gem 'jquery-rails' #, '3.0.4' # prototype-rails dead? https://stackoverflow.com/questions/59617451/how-to-replace-prototype-rails-gem-when-upgrading-rails-from-3-to-5 #gem 'prototype-rails', '4.0.0' #, :git => 'git://github.com/rubychan/prototype-rails.git' # gem 'prototype_legacy_helper', '0.0.0', :git => 'git://github.com/rails/prototype_legacy_helper.git' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' # To use Jbuilder templates for JSON # gem 'jbuilder' # Use unicorn as the app server # gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'ruby-debug19', :require => 'ruby-debug' gem 'prawn' #, '0.12.0' gem 'prawn-layout' #, '0.8.4' gem 'prawnto' #, '0.1.1' # To api tariff import/export gem 'xml-simple' #, '1.1.3' gem 'session_off' #, '0.5.0' gem 'passenger' #, '4.0.14' gem "recaptcha" #, '0.3.5', :require => "recaptcha/rails" # Debugger gem "byebug" #, '3.1.2' gem "ruby-debug-passenger" #, '0.2.0' # currently rubyXL gem is unstable. When it will become stable gem repository should be changed # should be stable now gem 'rubyXL' #, '3.3.33' gem 'kaminari' gem 'net-ssh' #, '2.9.2' group :development do gem 'rspec-rails' #, '3.1.0' gem 'factory_girl_rails' #, '4.4.0' end # Getting rid of "invalid byte sequence in UTF-8" gem 'rack-utf8_sanitizer' #, '1.3.0' gem 'montrose' #, '0.4.2' gem 'bugsnag' gem 'nested_form_fields', '0.8.2' # Active Processor dependencies gem 'railties' #, '>= 3.0.0' gem 'activemerchant' #, '1.5.1' gem 'google4r-checkout' #,'1.0.6' gem 'amoeba' #, '3.1.0' gem 'tzinfo-data' gem 'redis' #, '3.3.5' # new in R9 https://stackoverflow.com/questions/71991514/rails-require-cannot-load-such-file-matrix gem 'matrix'