Skip to content

Commit f9d770f

Browse files
authored
Merge branch 'master' into master
2 parents d1954cf + a56f213 commit f9d770f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Gemfile.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ GEM
1010
ast (~> 2.4.0)
1111
rainbow (3.0.0)
1212
rake (12.3.2)
13-
rubocop (0.68.1)
13+
rubocop (0.69.0)
1414
jaro_winkler (~> 1.5.1)
1515
parallel (~> 1.10)
16-
parser (>= 2.5, != 2.5.1.1)
16+
parser (>= 2.6)
1717
rainbow (>= 2.2.2, < 4.0)
1818
ruby-progressbar (~> 1.7)
19-
unicode-display_width (>= 1.4.0, < 1.6)
19+
unicode-display_width (>= 1.4.0, < 1.7)
20+
rubocop-performance (1.3.0)
21+
rubocop (>= 0.68.0)
2022
ruby-progressbar (1.10.0)
2123
safe_yaml (1.0.5)
22-
unicode-display_width (1.5.0)
24+
unicode-display_width (1.6.0)
2325

2426
PLATFORMS
2527
ruby
@@ -29,6 +31,7 @@ DEPENDENCIES
2931
minitest
3032
rake
3133
rubocop
34+
rubocop-performance
3235
safe_yaml
3336

3437
BUNDLED WITH

collections/programming-languages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ items:
3535
- IoLanguage/io
3636
- dlang/dmd
3737
- zdevito/terra
38-
- Microsoft/visualfsharp
38+
- dotnet/fsharp
3939
- skiplang/skip
4040
- FascinatedBox/lily
4141
- rakudo/rakudo

0 commit comments

Comments
 (0)