summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-08-15 02:12:44 +0000
committerAndre Arko <andre@arko.net>2013-08-15 02:12:44 +0000
commit947123ceb52c1efe86ca35c6f0d08fad69bdeda5 (patch)
tree517cc0156c912c27ebd8fdc3b40bfeda3640d9db
parentd83ab1e2bf6476c0f8df05d95c5c015c2168af11 (diff)
downloadbundler-947123ceb52c1efe86ca35c6f0d08fad69bdeda5.tar.gz
death to braces
-rw-r--r--lib/bundler/rubygems_integration.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index fc38cd6cde..7e53937964 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -436,9 +436,9 @@ module Bundler
def stub_rubygems(specs)
Gem::Specification.all = specs
- Gem.post_reset {
+ Gem.post_reset do
Gem::Specification.all = specs
- }
+ end
end
def all_specs