Skip to content

Commit

Permalink
Merge pull request #56 from agileware-jp/update-redmine-plugin-orb
Browse files Browse the repository at this point in the history
Use graphql.gem < 2.1, Redmine 5.1 CI Check & Update redmine-plugin-orb
  • Loading branch information
nishidayuya authored Dec 8, 2023
2 parents ba93079 + ed80754 commit 0dd35f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
redmine-plugin: agileware-jp/redmine-plugin@3.1.0
redmine-plugin: agileware-jp/redmine-plugin@3.5.0
rubocop:
executors:
rubocop-executor:
Expand Down
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# frozen_string_literal: true

gem 'graphql-client'

# https://github.com/github/graphql-client/issues/310#issuecomment-1709045007
gem 'graphql', '< 2.1'
1 change: 1 addition & 0 deletions Gemfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ group :test do
gem 'database_cleaner'
gem 'rspec_junit_formatter'
gem 'webmock'
dependencies.reject! { |i| i.name == 'nokogiri' } # Ensure Nokogiri have new version
end

0 comments on commit 0dd35f1

Please sign in to comment.