From 33e506cb4a2d25aeb02a31889778cb3f4620237e Mon Sep 17 00:00:00 2001 From: Jerry D'Antonio Date: Tue, 29 Sep 2015 21:31:49 -0400 Subject: Fixed concurrent-ruby warnings. Bumped version of concurrent-ruby to 1.0.0.pre3, which fixes all interpreter warnings. --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- activesupport/activesupport.gemspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 70f58fe835..67cb2cce45 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rake', '>= 10.3' # Active Support depends on a prerelease concurrent-ruby 1.0.0, so track # latest master as it approaches release. -gem 'concurrent-ruby', '~> 1.0.0.pre2', github: 'ruby-concurrency/concurrent-ruby' +gem 'concurrent-ruby', '~> 1.0.0.pre3', github: 'ruby-concurrency/concurrent-ruby' # Active Job depends on the URI::GID::MissingModelIDError, which isn't released yet. gem 'globalid', github: 'rails/globalid', branch: 'master' diff --git a/Gemfile.lock b/Gemfile.lock index ba3024b667..e8b40c56e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,9 +99,9 @@ GIT GIT remote: git://github.com/ruby-concurrency/concurrent-ruby.git - revision: c0e52022e5388ed984935bbd59f281c501071760 + revision: 10ceb96c146d2937b66e7a444445e5ab9edbeb7c specs: - concurrent-ruby (1.0.0.pre2) + concurrent-ruby (1.0.0.pre3) PATH remote: . @@ -136,7 +136,7 @@ PATH activesupport (= 5.0.0.alpha) arel (= 7.0.0.alpha) activesupport (5.0.0.alpha) - concurrent-ruby (~> 1.0.0.pre2, < 2.0.0) + concurrent-ruby (~> 1.0.0.pre3, < 2.0.0) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) method_source @@ -314,7 +314,7 @@ DEPENDENCIES benchmark-ips byebug coffee-rails (~> 4.1.0) - concurrent-ruby (~> 1.0.0.pre2)! + concurrent-ruby (~> 1.0.0.pre3)! dalli (>= 2.2.1) delayed_job delayed_job_active_record diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index d236dbd200..93878518d7 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -24,6 +24,6 @@ Gem::Specification.new do |s| s.add_dependency 'json', '~> 1.7', '>= 1.7.7' s.add_dependency 'tzinfo', '~> 1.1' s.add_dependency 'minitest', '~> 5.1' - s.add_dependency 'concurrent-ruby', '~> 1.0.0.pre2', '< 2.0.0' + s.add_dependency 'concurrent-ruby', '~> 1.0.0.pre3', '< 2.0.0' s.add_dependency 'method_source' end -- cgit v1.2.3