Commit c5aa94100a82e04f8a91b7e7adad2ba778b67120
1 parent
8c2fe4f3
Exists in
master
and in
1 other branch
Update campy gem
Showing
2 changed files
with
3 additions
and
5 deletions
Show diff stats
Gemfile
... | ... | @@ -57,8 +57,7 @@ gem 'jira-ruby', :require => 'jira' |
57 | 57 | |
58 | 58 | # Notification services |
59 | 59 | # --------------------------------------- |
60 | -# Campfire ( We can't upgrade to 1.0 because drop support of ruby 1.8 | |
61 | -gem 'campy', '0.1.3' | |
60 | +gem 'campy' | |
62 | 61 | # Hipchat |
63 | 62 | gem 'hipchat' |
64 | 63 | # Google Talk | ... | ... |
Gemfile.lock
... | ... | @@ -60,8 +60,7 @@ GEM |
60 | 60 | simple_oauth |
61 | 61 | builder (3.0.4) |
62 | 62 | callsite (0.0.11) |
63 | - campy (0.1.3) | |
64 | - multi_json (~> 1.0) | |
63 | + campy (1.0.0) | |
65 | 64 | capistrano (2.15.5) |
66 | 65 | highline |
67 | 66 | net-scp (>= 1.0.0) |
... | ... | @@ -387,7 +386,7 @@ DEPENDENCIES |
387 | 386 | better_errors |
388 | 387 | binding_of_caller |
389 | 388 | bitbucket_rest_api |
390 | - campy (= 0.1.3) | |
389 | + campy | |
391 | 390 | capistrano |
392 | 391 | capybara |
393 | 392 | coveralls | ... | ... |