Skip to content

Commit 8fa978f

Browse files
committed
Removed duplicate gem in Gemfile.
1 parent 8c3e51e commit 8fa978f

File tree

2 files changed

+224
-6
lines changed

2 files changed

+224
-6
lines changed

Gemfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,8 @@ end
2121
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2222
gem 'tzinfo-data', platforms: (@windows_platforms + [:jruby])
2323

24-
group :test do
25-
gem 'pry', '>= 0.10'
26-
gem 'byebug', '~> 8.2' if RUBY_VERSION < '2.2'
27-
gem 'pry-byebug', platform: :ruby
28-
end
29-
3024
group :development, :test do
25+
gem 'byebug', '~> 8.2' if RUBY_VERSION < '2.2'
3126
gem "pry"
3227
gem "pry-rails"
3328
gem "pry-byebug"

Gemfile.lock

Lines changed: 223 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,223 @@
1+
GIT
2+
remote: https://github.com/rack/rack
3+
revision: 2e92a25342b5d51f4094366c3b8dd797cbd208a4
4+
specs:
5+
rack (2.0.1)
6+
7+
GIT
8+
remote: https://github.com/rails/arel
9+
revision: eb3f968b5ffdd3b343e7d190f1aa0b36864f56a2
10+
specs:
11+
arel (9.0.0)
12+
13+
GIT
14+
remote: https://github.com/rails/rails
15+
revision: 0c98d06a5eba6248c23d19e927922b3dde183939
16+
specs:
17+
rails (5.2.0.beta2)
18+
actioncable (= 5.2.0.beta2)
19+
actionmailer (= 5.2.0.beta2)
20+
actionpack (= 5.2.0.beta2)
21+
actionview (= 5.2.0.beta2)
22+
activejob (= 5.2.0.beta2)
23+
activemodel (= 5.2.0.beta2)
24+
activerecord (= 5.2.0.beta2)
25+
activestorage (= 5.2.0.beta2)
26+
activesupport (= 5.2.0.beta2)
27+
bundler (>= 1.3.0)
28+
railties (= 5.2.0.beta2)
29+
sprockets-rails (>= 2.0.0)
30+
31+
GIT
32+
remote: https://github.com/rails/rails.git
33+
revision: 0c98d06a5eba6248c23d19e927922b3dde183939
34+
specs:
35+
actioncable (5.2.0.beta2)
36+
actionpack (= 5.2.0.beta2)
37+
nio4r (~> 2.0)
38+
websocket-driver (>= 0.6.1)
39+
actionmailer (5.2.0.beta2)
40+
actionpack (= 5.2.0.beta2)
41+
actionview (= 5.2.0.beta2)
42+
activejob (= 5.2.0.beta2)
43+
mail (~> 2.5, >= 2.5.4)
44+
rails-dom-testing (~> 2.0)
45+
actionpack (5.2.0.beta2)
46+
actionview (= 5.2.0.beta2)
47+
activesupport (= 5.2.0.beta2)
48+
rack (~> 2.0)
49+
rack-test (>= 0.6.3)
50+
rails-dom-testing (~> 2.0)
51+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
52+
actionview (5.2.0.beta2)
53+
activesupport (= 5.2.0.beta2)
54+
builder (~> 3.1)
55+
erubi (~> 1.4)
56+
rails-dom-testing (~> 2.0)
57+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
58+
activejob (5.2.0.beta2)
59+
activesupport (= 5.2.0.beta2)
60+
globalid (>= 0.3.6)
61+
activemodel (5.2.0.beta2)
62+
activesupport (= 5.2.0.beta2)
63+
activerecord (5.2.0.beta2)
64+
activemodel (= 5.2.0.beta2)
65+
activesupport (= 5.2.0.beta2)
66+
arel (>= 9.0)
67+
activestorage (5.2.0.beta2)
68+
actionpack (= 5.2.0.beta2)
69+
activerecord (= 5.2.0.beta2)
70+
marcel (~> 0.3.1)
71+
activesupport (5.2.0.beta2)
72+
concurrent-ruby (~> 1.0, >= 1.0.2)
73+
i18n (~> 0.7)
74+
minitest (~> 5.1)
75+
tzinfo (~> 1.1)
76+
railties (5.2.0.beta2)
77+
actionpack (= 5.2.0.beta2)
78+
activesupport (= 5.2.0.beta2)
79+
method_source
80+
rake (>= 0.8.7)
81+
thor (>= 0.18.1, < 2.0)
82+
83+
PATH
84+
remote: .
85+
specs:
86+
grape_on_rails (1.0.2)
87+
actionpack (>= 4.1, < 6)
88+
activerecord (>= 4.1, < 6)
89+
activesupport (>= 4.1, < 6)
90+
railties (>= 4.1, < 6)
91+
92+
GEM
93+
remote: https://rubygems.org/
94+
specs:
95+
ast (2.4.0)
96+
builder (3.2.3)
97+
byebug (9.1.0)
98+
coderay (1.1.2)
99+
concurrent-ruby (1.0.5)
100+
crass (1.0.3)
101+
diff-lcs (1.3)
102+
erubi (1.7.0)
103+
globalid (0.4.1)
104+
activesupport (>= 4.2.0)
105+
i18n (0.9.3)
106+
concurrent-ruby (~> 1.0)
107+
loofah (2.1.1)
108+
crass (~> 1.0.2)
109+
nokogiri (>= 1.5.9)
110+
mail (2.7.0)
111+
mini_mime (>= 0.1.1)
112+
marcel (0.3.1)
113+
mimemagic (~> 0.3.2)
114+
method_source (0.9.0)
115+
mimemagic (0.3.2)
116+
mini_mime (1.0.0)
117+
mini_portile2 (2.3.0)
118+
minitest (5.11.3)
119+
nio4r (2.2.0)
120+
nokogiri (1.8.2)
121+
mini_portile2 (~> 2.3.0)
122+
parallel (1.12.1)
123+
parser (2.4.0.2)
124+
ast (~> 2.3)
125+
powerpack (0.1.1)
126+
pry (0.11.3)
127+
coderay (~> 1.1.0)
128+
method_source (~> 0.9.0)
129+
pry-byebug (3.5.1)
130+
byebug (~> 9.1)
131+
pry (~> 0.10)
132+
pry-rails (0.3.6)
133+
pry (>= 0.10.4)
134+
rack-test (0.8.2)
135+
rack (>= 1.0, < 3)
136+
rails-dom-testing (2.0.3)
137+
activesupport (>= 4.2.0)
138+
nokogiri (>= 1.6)
139+
rails-html-sanitizer (1.0.3)
140+
loofah (~> 2.0)
141+
rainbow (2.2.2)
142+
rake
143+
rake (10.5.0)
144+
rspec (3.7.0)
145+
rspec-core (~> 3.7.0)
146+
rspec-expectations (~> 3.7.0)
147+
rspec-mocks (~> 3.7.0)
148+
rspec-collection_matchers (1.1.3)
149+
rspec-expectations (>= 2.99.0.beta1)
150+
rspec-core (3.7.1)
151+
rspec-support (~> 3.7.0)
152+
rspec-expectations (3.7.0)
153+
diff-lcs (>= 1.2.0, < 2.0)
154+
rspec-support (~> 3.7.0)
155+
rspec-its (1.2.0)
156+
rspec-core (>= 3.0.0)
157+
rspec-expectations (>= 3.0.0)
158+
rspec-mocks (3.7.0)
159+
diff-lcs (>= 1.2.0, < 2.0)
160+
rspec-support (~> 3.7.0)
161+
rspec-rails (3.7.2)
162+
actionpack (>= 3.0)
163+
activesupport (>= 3.0)
164+
railties (>= 3.0)
165+
rspec-core (~> 3.7.0)
166+
rspec-expectations (~> 3.7.0)
167+
rspec-mocks (~> 3.7.0)
168+
rspec-support (~> 3.7.0)
169+
rspec-support (3.7.1)
170+
rubocop (0.49.1)
171+
parallel (~> 1.10)
172+
parser (>= 2.3.3.1, < 3.0)
173+
powerpack (~> 0.1)
174+
rainbow (>= 1.99.1, < 3.0)
175+
ruby-progressbar (~> 1.7)
176+
unicode-display_width (~> 1.0, >= 1.0.1)
177+
rubocop-checkstyle_formatter (0.4.0)
178+
rubocop (>= 0.35.1)
179+
ruby-progressbar (1.9.0)
180+
sprockets (3.7.1)
181+
concurrent-ruby (~> 1.0)
182+
rack (> 1, < 3)
183+
sprockets-rails (3.2.1)
184+
actionpack (>= 4.0)
185+
activesupport (>= 4.0)
186+
sprockets (>= 3.0.0)
187+
thor (0.20.0)
188+
thread_safe (0.3.6)
189+
tzinfo (1.2.4)
190+
thread_safe (~> 0.1)
191+
unicode-display_width (1.3.0)
192+
websocket-driver (0.7.0)
193+
websocket-extensions (>= 0.1.0)
194+
websocket-extensions (0.1.3)
195+
196+
PLATFORMS
197+
ruby
198+
199+
DEPENDENCIES
200+
actionpack!
201+
activerecord!
202+
activesupport!
203+
arel!
204+
bundler (~> 1.15)
205+
byebug
206+
grape_on_rails!
207+
pry
208+
pry-byebug
209+
pry-rails
210+
rack!
211+
rails!
212+
railties!
213+
rake (~> 10.0)
214+
rspec
215+
rspec-collection_matchers
216+
rspec-its
217+
rspec-rails
218+
rubocop (~> 0.49.0)
219+
rubocop-checkstyle_formatter
220+
tzinfo-data
221+
222+
BUNDLED WITH
223+
1.15.4

0 commit comments

Comments
 (0)