Skip to content

Commit b097ce3

Browse files
author
Anna
committed
removed mysql
1 parent 8fb83a8 commit b097ce3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ group :odbc do
3838
end
3939

4040
group :development do
41-
# TODO: activerecord/test/cases/invalid_connection_test.rb:12 requires
42-
# mysql. Take this out and override that
43-
gem 'mysql'
44-
4541
gem 'bcrypt-ruby', '~> 3.0.0'
4642
gem 'bench_press'
4743
gem 'mocha'
@@ -51,5 +47,6 @@ group :development do
5147
gem 'ruby-prof'
5248
gem 'simplecov'
5349
gem 'turn'
50+
gem 'rubocop'
5451
end
5552

0 commit comments

Comments
 (0)