Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 9adddc9

Browse files
committed
bump concurrent-ruby to release version
We were on a pre-release version of this gem, and there's a stable release now.
1 parent c8ecebe commit 9adddc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎Gemfile‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /