Skip to content

Commit 61b0e73

Browse files
committed
Cleaning up the gemfile
1 parent d2d1314 commit 61b0e73

File tree

2 files changed

+5
-31
lines changed

2 files changed

+5
-31
lines changed

Gemfile

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in lancelot.gemspec
66
gemspec
77

8-
gem "irb"
9-
gem "rake", "~> 13.0"
10-
11-
gem "rake-compiler"
12-
13-
gem "rspec", "~> 3.0"
14-
15-
gem "standard", "~> 1.3"
16-
17-
gem "red-candle"
8+
group :development do
9+
# Only needed for running the examples
10+
gem "red-candle"
11+
end
1812

Gemfile.lock

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,15 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.3)
11-
date (3.4.1)
1211
diff-lcs (1.6.2)
13-
erb (5.0.2)
14-
io-console (0.8.1)
15-
irb (1.15.2)
16-
pp (>= 0.6.0)
17-
rdoc (>= 4.0.0)
18-
reline (>= 0.4.2)
1912
json (2.13.0)
2013
language_server-protocol (3.17.0.5)
2114
lint_roller (1.1.0)
2215
parallel (1.27.0)
2316
parser (3.3.8.0)
2417
ast (~> 2.4.1)
2518
racc
26-
pp (0.6.2)
27-
prettyprint
28-
prettyprint (0.2.0)
2919
prism (1.4.0)
30-
psych (5.2.6)
31-
date
32-
stringio
3320
racc (1.8.1)
3421
rainbow (3.1.1)
3522
rake (13.3.0)
@@ -38,14 +25,9 @@ GEM
3825
rake-compiler-dock (1.9.1)
3926
rb_sys (0.9.116)
4027
rake-compiler-dock (= 1.9.1)
41-
rdoc (6.14.2)
42-
erb
43-
psych (>= 4.0.0)
4428
red-candle (1.0.2)
4529
rb_sys
4630
regexp_parser (2.10.0)
47-
reline (0.6.2)
48-
io-console (~> 0.5)
4931
rspec (3.13.1)
5032
rspec-core (~> 3.13.0)
5133
rspec-expectations (~> 3.13.0)
@@ -90,7 +72,6 @@ GEM
9072
standard-performance (1.8.0)
9173
lint_roller (~> 1.1)
9274
rubocop-performance (~> 1.25.0)
93-
stringio (3.1.7)
9475
unicode-display_width (3.1.4)
9576
unicode-emoji (~> 4.0, >= 4.0.4)
9677
unicode-emoji (4.0.4)
@@ -100,10 +81,9 @@ PLATFORMS
10081
ruby
10182

10283
DEPENDENCIES
103-
irb
10484
lancelot!
10585
rake (~> 13.0)
106-
rake-compiler
86+
rake-compiler (~> 1.2)
10787
red-candle
10888
rspec (~> 3.0)
10989
standard (~> 1.3)

0 commit comments

Comments
 (0)