Maintenance: SQLite dependency is obsolete.
This commit is contained in:
parent
20ee2e87ca
commit
f50c079df9
2 changed files with 0 additions and 5 deletions
3
Gemfile
3
Gemfile
|
@ -150,9 +150,6 @@ group :development, :test do
|
||||||
gem 'shoulda-matchers'
|
gem 'shoulda-matchers'
|
||||||
gem 'test-unit'
|
gem 'test-unit'
|
||||||
|
|
||||||
# test DB
|
|
||||||
gem 'sqlite3'
|
|
||||||
|
|
||||||
# code coverage
|
# code coverage
|
||||||
gem 'coveralls', require: false
|
gem 'coveralls', require: false
|
||||||
gem 'simplecov'
|
gem 'simplecov'
|
||||||
|
|
|
@ -499,7 +499,6 @@ GEM
|
||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sqlite3 (1.4.0)
|
|
||||||
telegramAPI (1.4.2)
|
telegramAPI (1.4.2)
|
||||||
rest-client (~> 2.0, >= 2.0.2)
|
rest-client (~> 2.0, >= 2.0.2)
|
||||||
telephone_number (1.4.0)
|
telephone_number (1.4.0)
|
||||||
|
@ -643,7 +642,6 @@ DEPENDENCIES
|
||||||
spring-commands-rspec
|
spring-commands-rspec
|
||||||
spring-commands-testunit
|
spring-commands-testunit
|
||||||
sprockets
|
sprockets
|
||||||
sqlite3
|
|
||||||
tcr!
|
tcr!
|
||||||
telegramAPI
|
telegramAPI
|
||||||
telephone_number
|
telephone_number
|
||||||
|
|
Loading…
Reference in a new issue