Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "puma"
group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem "web-console", ">= 3.3.0"
gem "listen", "< 3.2", ">= 3.0.5"
gem "listen", ">= 3.0.5", "< 3.10"
end

group :test do
Expand All @@ -32,16 +32,16 @@ gem "checkpoint"
gem "csv"
gem "dotenv-rails"
gem "ettin"
gem "jira-ruby", "~> 2.3"
gem "jira-ruby", "~> 3.0"
gem "kaminari"
gem "keycard", github: "mlibrary/keycard"
gem "maxmind-geoip2"
# 0.5.7 causes segfaults in tests
gem "mysql2", "0.5.6"
gem "mysql2", "0.5.7"
gem "ostruct"
gem "ransack"
# Freeze Sequel version number because of Checkpoint prepared statement issues
gem "sequel", "5.52.0"
gem "sequel", "5.97.0"
# ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation
gem "strip_attributes"
gem "whois"
Expand Down
33 changes: 19 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jira-ruby (2.3.0)
jira-ruby (3.0.0)
activesupport
atlassian-jwt
multipart-post
oauth (~> 0.5, >= 0.5.0)
oauth (~> 1.0)
json (2.13.2)
jwt (2.10.2)
base64
Expand All @@ -197,9 +197,9 @@ GEM
kaminari-core (1.2.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
llhttp-ffi (0.5.1)
ffi-compiler (~> 1.0)
rake (~> 13.0)
Expand All @@ -222,7 +222,8 @@ GEM
mini_mime (1.1.5)
minitest (5.25.5)
multipart-post (2.4.1)
mysql2 (0.5.6)
mysql2 (0.5.7)
bigdecimal
net-imap (0.5.12)
date
net-protocol
Expand All @@ -237,9 +238,12 @@ GEM
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
oauth (0.6.2)
oauth (1.1.2)
oauth-tty (~> 1.0, >= 1.0.6)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
version_gem (~> 1.1, >= 1.1.9)
oauth-tty (1.0.6)
version_gem (~> 1.1, >= 1.1.9)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.9.0)
Expand Down Expand Up @@ -347,7 +351,8 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 4.0)
websocket (~> 1.0)
sequel (5.52.0)
sequel (5.97.0)
bigdecimal
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -383,7 +388,7 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.3)
uri (1.0.4)
useragent (0.16.11)
version_gem (1.1.9)
web-console (4.2.1)
Expand Down Expand Up @@ -417,20 +422,20 @@ DEPENDENCIES
factory_bot_rails
faker
i18n-tasks
jira-ruby (~> 2.3)
jira-ruby (~> 3.0)
kaminari
keycard!
listen (>= 3.0.5, < 3.2)
listen (>= 3.0.5, < 3.10)
maxmind-geoip2
mysql2 (= 0.5.6)
mysql2 (= 0.5.7)
ostruct
puma
rails (~> 8.0)
rails-controller-testing
rails-i18n
ransack
selenium-webdriver
sequel (= 5.52.0)
sequel (= 5.97.0)
simplecov
simplecov-lcov
standard
Expand Down
Loading
Loading