mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 13:28:49 +01:00
gem cleanup
This commit is contained in:
parent
7d157d0f68
commit
6bb127060c
2 changed files with 5 additions and 19 deletions
1
Gemfile
1
Gemfile
|
|
@ -69,7 +69,6 @@ group :test do
|
|||
gem 'rails-dom-testing', :git => 'https://github.com/rails/rails-dom-testing', :ref => 'a64f30514ee65f172c43f42cfd4500b5e11a561a'
|
||||
|
||||
gem "factory_girl_rails"
|
||||
gem "capybara"
|
||||
gem "rspec-expectations"
|
||||
gem "database_cleaner"
|
||||
gem "mocha", :require => false
|
||||
|
|
|
|||
23
Gemfile.lock
23
Gemfile.lock
|
|
@ -51,8 +51,6 @@ GEM
|
|||
tzinfo (~> 1.1)
|
||||
acts_as_list (0.9.15)
|
||||
activerecord (>= 3.0)
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
arel (6.0.4)
|
||||
ast (2.4.0)
|
||||
autoprefixer-rails (9.0.0)
|
||||
|
|
@ -65,18 +63,11 @@ GEM
|
|||
bullet (5.7.5)
|
||||
activesupport (>= 3.0.0)
|
||||
uniform_notifier (~> 1.11.0)
|
||||
capybara (2.18.0)
|
||||
addressable
|
||||
mini_mime (>= 0.1.3)
|
||||
nokogiri (>= 1.3.3)
|
||||
rack (>= 1.0.0)
|
||||
rack-test (>= 0.5.4)
|
||||
xpath (>= 2.0, < 4.0)
|
||||
childprocess (0.9.0)
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
climate_control (0.2.0)
|
||||
codeclimate-test-reporter (1.0.7)
|
||||
simplecov
|
||||
codeclimate-test-reporter (1.0.8)
|
||||
simplecov (<= 0.13)
|
||||
coderay (1.1.2)
|
||||
coffee-rails (4.1.1)
|
||||
coffee-script (>= 2.2.0)
|
||||
|
|
@ -90,7 +81,7 @@ GEM
|
|||
daemons (1.2.6)
|
||||
database_cleaner (1.7.0)
|
||||
diff-lcs (1.3)
|
||||
docile (1.3.1)
|
||||
docile (1.1.5)
|
||||
erubis (2.7.0)
|
||||
eventmachine (1.2.7)
|
||||
execjs (2.7.0)
|
||||
|
|
@ -150,7 +141,6 @@ GEM
|
|||
pry (0.11.3)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.9.0)
|
||||
public_suffix (3.0.2)
|
||||
rack (1.6.10)
|
||||
rack-dev-mark (0.7.7)
|
||||
rack (>= 1.1, < 2.1)
|
||||
|
|
@ -220,8 +210,8 @@ GEM
|
|||
childprocess (~> 0.5)
|
||||
rubyzip (~> 1.0)
|
||||
websocket (~> 1.0)
|
||||
simplecov (0.16.1)
|
||||
docile (~> 1.1)
|
||||
simplecov (0.13.0)
|
||||
docile (~> 1.1.0)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.2)
|
||||
|
|
@ -261,8 +251,6 @@ GEM
|
|||
uniform_notifier (1.11.0)
|
||||
websocket (1.2.8)
|
||||
will_paginate (3.1.6)
|
||||
xpath (2.1.0)
|
||||
nokogiri (~> 1.3)
|
||||
yard (0.9.15)
|
||||
|
||||
PLATFORMS
|
||||
|
|
@ -276,7 +264,6 @@ DEPENDENCIES
|
|||
bcrypt (~> 3.1.7)
|
||||
bootstrap-sass (= 3.3.3)
|
||||
bullet
|
||||
capybara
|
||||
codeclimate-test-reporter
|
||||
coffee-rails (~> 4.1.0)
|
||||
database_cleaner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue