updates
This commit is contained in:
@@ -4,7 +4,8 @@ source 'https://rubygems.org'
|
||||
|
||||
# gem 'rails', '~> 7.1.2'
|
||||
# gem "rails", "~> 7.2.1", ">= 7.2.1.2"
|
||||
gem 'rails', '~> 8.0.2.1'
|
||||
gem 'rails', '~> 8.1.1'
|
||||
#gem 'rails', '7.1.1'
|
||||
gem 'rack-cors', require: 'rack/cors'
|
||||
|
||||
# Bundle edge Rails instead:
|
||||
@@ -64,7 +65,7 @@ end
|
||||
|
||||
#gem 'couch_potato', '>= 1.7.1' #, github: 'bterkuile/couch_potato'
|
||||
gem 'mutex_m' # this is because the httpclient 2.8.3 requires it, and that one requires mutex_m, which is removed in ruby 3.4
|
||||
gem 'couch_potato', github: 'langalex/couch_potato', branch: :main
|
||||
gem 'couch_potato', github: 'bterkuile/couch_potato', branch: :main
|
||||
#gem 'simply_stored', path: '~/development/rails/components/simply_stored' #, github: 'bterkuile/simply_stored'
|
||||
gem 'simply_stored', github: 'bterkuile/simply_stored', branch: :master
|
||||
#gem 'orm_adapter', github: 'bterkuile/orm_adapter'
|
||||
@@ -79,15 +80,15 @@ gem 'active_decorator' #, path: '/Users/bterkuile/companytools/development/rails
|
||||
#gem 'paperclip', ['>= 4.2.4', '!= 4.3.0'] #, '3.5.2' # cmtool
|
||||
gem 'kt-paperclip'
|
||||
#gem 'cmtool', path: './../cmtool'
|
||||
gem 'cmtool', github: 'bterkuile/cmtool', branch: :master
|
||||
gem 'cmtool', github: 'bterkuile/cmtool', branch: 'master'
|
||||
gem 'kaminari'
|
||||
|
||||
gem 'rqrcode'
|
||||
gem 'mini_magick'
|
||||
gem 'active_attr'
|
||||
gem 'active_attr', github: 'bterkuile/active_attr', branch: 'master'
|
||||
gem 'naught'
|
||||
gem 'cancancan'
|
||||
gem 'sucker_punch' # Really needed?
|
||||
#gem 'sucker_punch' # Really needed?
|
||||
|
||||
#gem 'geokit'
|
||||
gem 'iso_country_codes'
|
||||
|
||||
Reference in New Issue
Block a user