Skip to content

Commit

Permalink
Support redmine 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-isler committed May 5, 2024
1 parent abe8223 commit 33fd85d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

6 changes: 3 additions & 3 deletions PluginGemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://rubygems.org'

gem 'view_component', '~> 3.8'
gem 'view_component'

group :development, :test do
gem 'brakeman', '~> 6.1'
gem 'brakeman'
gem 'bullet'
gem 'factory_bot_rails', '~> 6.4'
gem 'factory_bot_rails'
end
6 changes: 3 additions & 3 deletions PluginGemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ PLATFORMS
arm64-darwin-23

DEPENDENCIES
brakeman (~> 6.1)
brakeman
bullet
factory_bot_rails (~> 6.4)
view_component (~> 3.8)
factory_bot_rails
view_component

BUNDLED WITH
2.4.22
1 change: 0 additions & 1 deletion bin/setup
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
cp -n .ruby-version ../../.ruby-version

# Install Dependencies
[[ -v GITHUB_ACTIONS ]] && bundle config set --local path vendor/bundle
Expand Down

0 comments on commit 33fd85d

Please # to comment.