Skip to content

Commit cddfd4c

Browse files
committed
Support redmine 4.2
1 parent 68573fc commit cddfd4c

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

PluginGemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source 'https://rubygems.org'
22

3-
gem 'view_component', '~> 3.8'
3+
gem 'view_component'
44

55
group :development, :test do
6-
gem 'brakeman', '~> 6.1'
6+
gem 'brakeman'
77
gem 'bullet'
8-
gem 'factory_bot_rails', '~> 6.4'
8+
gem 'factory_bot_rails'
99
end

PluginGemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ PLATFORMS
109109
arm64-darwin-23
110110

111111
DEPENDENCIES
112-
brakeman (~> 6.1)
112+
brakeman
113113
bullet
114-
factory_bot_rails (~> 6.4)
115-
view_component (~> 3.8)
114+
factory_bot_rails
115+
view_component
116116

117117
BUNDLED WITH
118118
2.4.22

bin/setup

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
cp -n .ruby-version ../../.ruby-version
32

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

0 commit comments

Comments
 (0)