Skip to content

Commit

Permalink
Remove temporarily RubyInline from gemspec due to bundle install error.
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrir-naru committed Dec 8, 2024
1 parent 818d9d7 commit 4855ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ jobs:
run: |
start /b /wait ruby -e "exit(Gem::Version.new('${{ matrix.ruby }}') >= Gem::Version.new('3.1') ? 0 : 1)"
if %errorlevel% == 0 (
gem install specific_install hoe minitest
rem To use -i option, install specific_install again.
gem specific_install https://github.com/rdp/specific_install.git
gem specific_install -i vendor/bundle https://github.com/fenrir-naru/rubyinline.git fix_windoze
echo TODO: install fixed RubyInline
)
cd vendor/bundle
dir
cd >nul
- name: Run the default task
run: bundle exec rake
Expand Down
2 changes: 1 addition & 1 deletion gps_pvt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "matrix" if GPS_PVT::version_compare(RUBY_VERSION, "3.1") >= 0
spec.add_development_dependency "racc"
spec.add_development_dependency "yard"
spec.add_development_dependency "RubyInline"
#spec.add_development_dependency "RubyInline"
spec.add_development_dependency "github_changelog_generator" unless ((Gem::Platform.local.os =~ /mingw/) && (GPS_PVT::version_compare(RUBY_VERSION, "3.1") >= 0))

# For more information and examples about making a new gem, checkout our
Expand Down

0 comments on commit 4855ca5

Please sign in to comment.