Commit 58640f93aae648e7956263e7cd3425fa72d42b95
Exists in
master
and in
4 other branches
Merge pull request #794 from SaitoWu/master
update launchy to fix an NoMethodError on development and test mode
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -71,7 +71,7 @@ GEM |
71 | 71 | acts-as-taggable-on (2.1.1) |
72 | 72 | rails |
73 | 73 | acts_as_list (0.1.4) |
74 | - addressable (2.2.6) | |
74 | + addressable (2.2.8) | |
75 | 75 | ansi (1.4.2) |
76 | 76 | arel (3.0.2) |
77 | 77 | autotest (4.4.6) |
... | ... | @@ -148,7 +148,7 @@ GEM |
148 | 148 | activesupport (>= 3.0.0) |
149 | 149 | railties (>= 3.0.0) |
150 | 150 | kgio (2.7.2) |
151 | - launchy (2.0.5) | |
151 | + launchy (2.1.0) | |
152 | 152 | addressable (~> 2.2.6) |
153 | 153 | letter_opener (0.0.2) |
154 | 154 | launchy | ... | ... |