Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "geared_pagination", "~> 1.2"
gem "rqrcode"
gem "rouge"
gem "jbuilder"
gem "lexxy", "0.8.5.beta"
gem "lexxy", github: "basecamp/lexxy", branch: "main"
Comment thread
jorgemanrubia marked this conversation as resolved.
Outdated
gem "image_processing", "~> 1.14"
gem "platform_agent"
gem "aws-sdk-s3", require: false
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/basecamp/lexxy.git
revision: 4b718b01cbd786a65f51f9c9ff59141161b4b972
branch: main
specs:
lexxy (0.8.5.beta)
rails (>= 8.0.2)

GIT
remote: https://github.com/basecamp/useragent
revision: 433ca320a42db1266c4b89df74d0abdb9a880c5e
Expand Down Expand Up @@ -254,8 +262,6 @@ GEM
logger (~> 1.6)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
lexxy (0.8.5.beta)
rails (>= 8.0.2)
lint_roller (1.1.0)
logger (1.7.0)
loofah (2.25.0)
Expand Down Expand Up @@ -518,7 +524,7 @@ DEPENDENCIES
jbuilder
kamal
letter_opener
lexxy (= 0.8.5.beta)
lexxy!
mission_control-jobs
mittens
mocha
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.saas.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ GIT
rails (>= 7.0)
rainbow

GIT
remote: https://github.com/basecamp/lexxy.git
revision: 4b718b01cbd786a65f51f9c9ff59141161b4b972
branch: main
specs:
lexxy (0.8.5.beta)
rails (>= 8.0.2)

GIT
remote: https://github.com/basecamp/queenbee-plugin
revision: 14312a940471e20617b38cdec7c092a01567d18b
Expand Down Expand Up @@ -367,8 +375,6 @@ GEM
logger (~> 1.6)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
lexxy (0.8.5.beta)
rails (>= 8.0.2)
lint_roller (1.1.0)
logger (1.7.0)
loofah (2.25.0)
Expand Down Expand Up @@ -724,7 +730,7 @@ DEPENDENCIES
jbuilder
kamal
letter_opener
lexxy (= 0.8.5.beta)
lexxy!
mission_control-jobs
mittens
mocha
Expand Down
Loading