Closed fl-bunya closed 1 year ago
Hello, @fl-bunya
Your error may relate to the following.
The latest stable release v0.11 had been released on 2023-06-13. Please read and try it. Embulk v0.11 is coming soon.
Create a Gemfile
like the one below and execute embulk bundle
in that directory.
This is almost the same as your Potential workaround.
gem install --local embulk-input-mysql-0.13.0-java
source 'https://rubygems.org'
gem "embulk-input-mysql", "= 0.13.2"
Hello, @hiroyuki-sato -san
Thank you for your polite and prompt reply. It works.
echo "source 'https://rubygems.org'\n\ngem 'embulk-input-mysql', '= 0.13.2'" > Gemfile && embulk bundle install
ありがとうございました!
SUMMARY
I am currently unable to install a specific version of embulk-input-mysql (>= 0.11.0). Last year in July, I was able to install version 0.13.0 using
gem install embulk-input-mysql:0.13.0
Can anyone fix this issue?
Attempts and Results
Failed (0.13.2)
Failed (0.13.2-java)
Succeeded (no version specified, the latest version was installed)
Succeeded (version 0.10.0)
Confirmed
https://rubygems.org/
gem list embulk-input-mysql -rea
REMOTE GEMS
embulk-input-mysql (0.13.2 java 0.13.1-java 0.13.0-java 0.12.4 java 0.12.3 java 0.12.2 java 0.12.1 java 0.12.0 java 0.11.1 java 0.11.0 java 0.10.1 0.10.0 0.9.3 0.9.2 ...
gem install --local embulk-input-mysql-0.13.0-java