diff --git a/deb/rubymine_2023.2.3_all.deb b/deb/rubymine_2023.2.3_all.deb new file mode 100644 index 00000000..601c1403 Binary files /dev/null and b/deb/rubymine_2023.2.3_all.deb differ diff --git a/packages/rubymine/package.json b/packages/rubymine/package.json index 11b906e9..dc4e62d9 100644 --- a/packages/rubymine/package.json +++ b/packages/rubymine/package.json @@ -1,5 +1,5 @@ { "code": "RM", - "version": "2023.2.2", + "version": "2023.2.3", "description": "Ruby and Rails IDE with first-class support for Ruby and Rails, JavaScript and CoffeeScript, ERB and HAML, CSS, Sass and Less, and more" } diff --git a/packages/rubymine/preinstall b/packages/rubymine/preinstall index 3e98c145..a1c872fa 100644 --- a/packages/rubymine/preinstall +++ b/packages/rubymine/preinstall @@ -3,4 +3,4 @@ set -e cd /opt/ -wget -c "https://download.jetbrains.com/ruby/RubyMine-2023.2.2.tar.gz" -O "rubymine.tar.gz" +wget -c "https://download.jetbrains.com/ruby/RubyMine-2023.2.3.tar.gz" -O "rubymine.tar.gz"