- May 20, 2024
-
-
Theo Cushion authored
chore: add latest ruby-debug-ide gem See merge request !2
-
Theo Cushion authored
-
- Feb 06, 2024
-
-
Theo Cushion authored
chore: update ddtrace See merge request nexus-mods/public/rails-build!18
-
Theo Cushion authored
This is for version that depends on debase-ruby_core_source
-
Mike Gane authored
chore: add more rubymine debug gems See merge request nexus-mods/public/rails-build!17
-
Mike Gane authored
-
Theo Cushion authored
chore: update ddtrace so that it uses a debase-ruby_core_source version that is shared by rubymine See merge request nexus-mods/public/rails-build!16
-
Theo Cushion authored
-
Theo Cushion authored
chore: clean-up old debugging gems See merge request nexus-mods/public/rails-build!15
-
Theo Cushion authored
I think multiple gems may be preventing server debugging
-
- Jan 10, 2024
-
-
Ben Gosney authored
fix: update puma version See merge request nexus-mods/public/rails-build!14
-
Ben Gosney authored
-
- Jan 02, 2024
-
-
Theo Cushion authored
feat: support rubymine 2023.3.2 debugging gems See merge request nexus-mods/public/rails-build!13
-
Theo Cushion authored
-
- Sep 18, 2023
-
- Aug 30, 2023
-
-
Theo Cushion authored
chore: update to rails 7.0.7.2 See merge request nexus-mods/public/rails-build!12
-
Theo Cushion authored
This contains a fix for some badly packaged files. See https://rubyonrails.org/2023/8/22/Rails-Versions-7-0-7-2-6-1-7-6-have-been-released for more details
-
- Aug 23, 2023
-
-
Theo Cushion authored
chore: update bundler See merge request nexus-mods/public/rails-build!11
-
Tobias Glazebrook authored
chore: minor gem update to rails to fix vuln See merge request nexus-mods/public/rails-build!10
-
Theo Cushion authored
-
Tobias Glazebrook authored
-
- Aug 22, 2023
-
-
Theo Cushion authored
chore: update pg gem to match users See merge request nexus-mods/public/rails-build!9
-
Rory Jennings authored
-
Tobias Glazebrook authored
chore: update ddtrace and semantic logger See merge request nexus-mods/public/rails-build!8
-
Theo Cushion authored
-
Theo Cushion authored
These gems match the versions (or newer patch level) of the users service `Gemfile.common` file. Without this running `nexus gu` will downgrade the gems in the users service
-
- Aug 21, 2023
-
-
Tobias Glazebrook authored
-
Tobias Glazebrook authored
fix: update puma to fix vuln in v5.6.4 See merge request nexus-mods/public/rails-build!7
-
Tobias Glazebrook authored
-
- Aug 17, 2023
-
-
Theo Cushion authored
We are installing from a gem file directly so there is no need to specify a version (cherry picked from commit 7c1d5bc7)
-
Theo Cushion authored
These are now installed manually with gem
-
Theo Cushion authored
-
Theo Cushion authored
Without this it risks some bundler dependencies being installed in the user-home which then get handled differently for Dockerfiles that inherit this one
-
- Aug 16, 2023
-
-
Tobias Glazebrook authored
Revert "fix: ignore warning for gem install" See merge request nexus-mods/public/rails-build!6
-
This reverts commit 2d062910.
-
This reverts commit 7c1d5bc7.
-
Theo Cushion authored
We are installing from a gem file directly so there is no need to specify a version
-
Theo Cushion authored
This will stop then being cleaned up bundler when used in an app image. If they are specified in the apps Gemfile, then they will not get cleaned up but `nexus bu` will fail as the gems are not public.
-
- Aug 15, 2023
-
-
Theo Cushion authored
This is required to install Jetbrains versions of debugging gems debase and ruby-debug-ide