Skip to content

Commit e2e8034

Browse files
committed
Merge pull request #66 from codeclimate/will/bump-concurrent-ruby
bump concurrent-ruby to release version
2 parents c8ecebe + 9adddc9 commit e2e8034

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'flay', git: 'https://github.com/codeclimate/flay.git'
4-
gem 'concurrent-ruby', "~> 1.0.0.pre4"
4+
gem 'concurrent-ruby', "~> 1.0.0"
55
gem 'ruby_parser'
66
gem 'pry'
77
gem 'sexp_processor'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
coderay (1.1.0)
11-
concurrent-ruby (1.0.0.pre5)
11+
concurrent-ruby (1.0.0)
1212
diff-lcs (1.2.5)
1313
json (1.8.3)
1414
method_source (0.8.2)
@@ -39,7 +39,7 @@ PLATFORMS
3939
ruby
4040

4141
DEPENDENCIES
42-
concurrent-ruby (~> 1.0.0.pre4)
42+
concurrent-ruby (~> 1.0.0)
4343
flay!
4444
json
4545
pry

0 commit comments

Comments
 (0)