Skip to content

Instantly share code, notes, and snippets.

@hinaloe
Created January 12, 2015 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hinaloe/f45651f492cb0ffc16a4 to your computer and use it in GitHub Desktop.
Save hinaloe/f45651f492cb0ffc16a4 to your computer and use it in GitHub Desktop.
Mikutterをx64なWindows Rubyで使えるようにするパッチ
diff --git a/core/plugin/gtk/Gemfile b/core/plugin/gtk/Gemfile
index 215c683..c5f4819 100644
--- a/core/plugin/gtk/Gemfile
+++ b/core/plugin/gtk/Gemfile
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
-gem 'gtk2', '2.2.3'
+gem 'gtk2', '2.2.4'
@hinaloe
Copy link
Author

hinaloe commented Jan 12, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment