@@ -5,7 +5,7 @@ ruby '>= 3.1.4', '< 3.5'
5
5
6
6
# Core Rails stuff
7
7
gem 'image_processing' # for ActiveStorage Variants
8
- gem 'puma' , '~> 6.4 '
8
+ gem 'puma' , '~> 6.6 '
9
9
gem 'rails' , '~> 7.1.3'
10
10
11
11
# Assets
@@ -24,14 +24,14 @@ gem 'simple_form'
24
24
gem 'acts_as_rdfable' , github : 'ualbertalib/acts_as_rdfable' , tag : 'v0.5.0'
25
25
gem 'rdf' , '~> 3.3.2'
26
26
gem 'rdf-n3' , '~> 3.3.0'
27
- gem 'rdf-vocab' , '~> 3.3.1 ' # this gem changed predicate names without warning, be cautious and test with migrations
27
+ gem 'rdf-vocab' , '~> 3.3.2 ' # this gem changed predicate names without warning, be cautious and test with migrations
28
28
29
29
# Database stuff
30
30
gem 'connection_pool'
31
31
gem 'pg' , '~> 1.5.9'
32
32
gem 'redis' , '~> 4.8'
33
33
gem 'rsolr'
34
- gem 'strong_migrations' , '~> 2.1 .0'
34
+ gem 'strong_migrations' , '~> 2.2 .0'
35
35
36
36
# Authentication
37
37
gem 'bcrypt' , '>= 3.1.13'
@@ -44,7 +44,7 @@ gem 'pundit', '2.4.0'
44
44
45
45
# Background tasks
46
46
gem 'sidekiq' , '~> 7.3'
47
- gem 'sidekiq-cron' , '~> 2.0 '
47
+ gem 'sidekiq-cron' , '~> 2.1 '
48
48
gem 'sidekiq-unique-jobs' , '~> 8.0'
49
49
50
50
# Misc Utilities
@@ -54,15 +54,15 @@ gem 'csv', '~> 3.3', '>= 3.3.2' # CSV parsing
54
54
gem 'datacite-client' , github : 'ualbertalib/datacite-client' , tag : 'v0.1.0' , require : 'datacite'
55
55
gem 'differ' # Used to diff two strings
56
56
gem 'draper'
57
- gem 'edtf' , '~> 3.1 ' # parsing Extended Date/Time Format
57
+ gem 'edtf' , '~> 3.2 ' # parsing Extended Date/Time Format
58
58
gem 'flipper' , '~> 1.3.2' # Feature flags for Ruby
59
59
gem 'flipper-active_record' , '~> 1.3.2' # Store feature flags in ActiveRecord
60
60
gem 'flipper-ui' , '~> 1.3.2' # UI for feature flags
61
61
gem 'jbuilder' # generate JSON objects
62
62
gem 'kaminari' # Pagination
63
63
gem 'ostruct' , '~> 0.6.1' # similar to hash
64
64
gem 'paper_trail' , '~> 15.2.0' # Track object changes
65
- gem 'ransack' , '4.2.1 ' # ActiveRecord search/filter
65
+ gem 'ransack' , '4.3.0 ' # ActiveRecord search/filter
66
66
gem 'redcarpet' , '~> 3.6' , require : [ 'redcarpet' , 'redcarpet/render_strip' ] # Markdown to (X)HTML parser
67
67
gem 'uuidtools'
68
68
gem 'voight_kampff' , '~> 2.0' , require : 'voight_kampff/rails' # bot detection
@@ -96,7 +96,7 @@ group :development, :test do
96
96
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
97
97
gem 'debug' , platforms : [ :mri , :mingw , :x64_mingw ]
98
98
99
- gem 'rubocop' , '~> 1.68.0 ' , require : false
99
+ gem 'rubocop' , '~> 1.71.2 ' , require : false
100
100
gem 'rubocop-minitest' , require : false
101
101
gem 'rubocop-performance' , require : false
102
102
gem 'rubocop-rails' , require : false
0 commit comments