Skip to content

Commit

Permalink
Merge pull request #13 from brunoocasali/remove-unused-gems-files
Browse files Browse the repository at this point in the history
Remove many unused gems and other files
  • Loading branch information
valterbarros committed Oct 31, 2017
2 parents 28c93e1 + 908cb1a commit cb998b9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 141 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -45,8 +45,6 @@ log/*
/public/system/*
/spec/tmp/*
/cache
/capybara*
/capybara-*.html
/gems
/specifications
rerun.txt
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
2.4.1
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,4 +11,4 @@ rvm:
script:
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake db:migrate RAILS_ENV=test
- bundle exec rspec
# - bundle exec rspec
60 changes: 11 additions & 49 deletions Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'rails', '4.2.6'
gem 'mysql2', '>= 0.3.13', '< 0.5'
gem 'sass-rails', '~> 5.0'
Expand All @@ -9,69 +9,31 @@ gem 'devise'
gem 'simple_form'
gem 'pry-byebug'

#boostrap
gem "therubyracer"
gem "twitter-bootstrap-rails"

#paperclip
gem "paperclip", "~> 5.0.0"
# boostrap
gem 'therubyracer'
gem 'twitter-bootstrap-rails'

# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
# paperclip
gem 'paperclip', '~> 5.0.0'

gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc

#activeadmin
# activeadmin
gem 'activeadmin', github: 'activeadmin'
gem 'active_admin_editor', github: "ejholmes/active_admin_editor", ref: "86f964be3071cd938c3cd17ad00df94ece3a50c0"

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
gem 'active_admin_editor', github: 'ejholmes/active_admin_editor',
ref: '86f964be3071cd938c3cd17ad00df94ece3a50c0'

# Use Unicorn as the app server
# gem 'unicorn'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
group :development do
gem 'mailcatcher'
gem "factory_girl_rails", "~> 4.0"
gem 'pry-rails'
gem 'pry-rescue'
end

group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'spring'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring

gem 'quiet_assets'
gem 'byebug'
gem 'web-console', '~> 2.0'
gem "better_errors"
gem "binding_of_caller"
gem 'better_errors'
gem 'thin'
gem 'annotate', '~> 2.6.6'
gem 'mina-multistage', require: false
gem 'mina'

gem "parallel_tests"
end

group :test do
gem 'rspec-rails', '~> 3.0.0'
gem 'capybara'
gem 'selenium-webdriver'
gem 'shoulda-matchers'
gem 'webmock'
gem 'launchy'
gem 'database_cleaner'
end

89 changes: 1 addition & 88 deletions Gemfile.lock
Expand Up @@ -65,11 +65,6 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
annotate (2.6.10)
activerecord (>= 3.2, <= 4.3)
rake (~> 10.4)
arbre (1.1.1)
activesupport (>= 3.0.0)
arel (6.0.4)
Expand All @@ -85,15 +80,6 @@ GEM
thor (~> 0.19)
builder (3.2.3)
byebug (9.0.6)
capybara (2.14.0)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.7.0)
ffi (~> 1.0, >= 1.0.11)
climate_control (0.2.0)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
Expand All @@ -107,28 +93,18 @@ GEM
coffee-script-source (1.12.2)
commonjs (0.2.7)
concurrent-ruby (1.0.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
daemons (1.2.4)
database_cleaner (1.6.1)
debug_inspector (0.0.3)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
responders
warden (~> 1.2.3)
diff-lcs (1.3)
ejs (1.1.1)
erubis (2.7.0)
eventmachine (1.0.9.1)
execjs (2.7.0)
factory_girl (4.8.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
railties (>= 3.0.0)
ffi (1.9.18)
formtastic (3.1.5)
actionpack (>= 3.2.13)
formtastic_i18n (0.6.0)
Expand All @@ -137,7 +113,6 @@ GEM
has_scope (0.7.1)
actionpack (>= 4.1, < 5.2)
activesupport (>= 4.1, < 5.2)
hashdiff (0.3.4)
i18n (0.8.4)
inherited_resources (1.7.2)
actionpack (>= 3.2, < 5.2.x)
Expand Down Expand Up @@ -167,8 +142,6 @@ GEM
activerecord
kaminari-core (= 1.0.1)
kaminari-core (1.0.1)
launchy (2.4.3)
addressable (~> 2.3)
less (2.6.0)
commonjs (~> 0.2.7)
less-rails (2.8.0)
Expand All @@ -194,28 +167,19 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mina (1.0.6)
open4 (~> 1.3.4)
rake
mina-multistage (1.0.3)
mina (~> 1.0)
mini_portile2 (2.1.0)
minitest (5.10.2)
multi_json (1.12.1)
mysql2 (0.4.6)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
open4 (1.3.4)
orm_adapter (0.5.0)
paperclip (5.0.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
cocaine (~> 0.5.5)
mime-types
mimemagic (~> 0.3.0)
parallel (1.11.2)
parallel_tests (2.14.1)
parallel
polyamorous (1.3.1)
activerecord (>= 3.0)
pry (0.10.4)
Expand All @@ -230,7 +194,6 @@ GEM
pry-rescue (1.4.5)
interception (>= 0.5)
pry
public_suffix (2.0.5)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.8)
Expand Down Expand Up @@ -269,45 +232,17 @@ GEM
activesupport (>= 3.0)
i18n
polyamorous (~> 1.3)
rdoc (4.3.0)
ref (2.0.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rspec-core (3.0.4)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-rails (3.0.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
rubyzip (1.2.1)
safe_yaml (1.0.4)
sass (3.4.24)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sdoc (0.4.2)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
selenium-webdriver (3.4.0)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
shoulda-matchers (3.1.1)
activesupport (>= 4.0.0)
simple_form (3.5.0)
actionpack (> 4, < 5.2)
activemodel (> 4, < 5.2)
Expand Down Expand Up @@ -358,48 +293,27 @@ GEM
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
webmock (3.0.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
websocket (1.2.4)
xpath (2.1.0)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
active_admin_editor!
activeadmin!
annotate (~> 2.6.6)
better_errors
binding_of_caller
byebug
capybara
coffee-rails (~> 4.1.0)
database_cleaner
devise
factory_girl_rails (~> 4.0)
jbuilder (~> 2.0)
jquery-rails
launchy
mailcatcher
mina
mina-multistage
mysql2 (>= 0.3.13, < 0.5)
paperclip (~> 5.0.0)
parallel_tests
pry-byebug
pry-rails
pry-rescue
quiet_assets
rails (= 4.2.6)
rspec-rails (~> 3.0.0)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
selenium-webdriver
shoulda-matchers
simple_form
spring
therubyracer
Expand All @@ -408,7 +322,6 @@ DEPENDENCIES
twitter-bootstrap-rails
uglifier (>= 1.3.0)
web-console (~> 2.0)
webmock

BUNDLED WITH
1.15.4
1.16.0.pre.2
2 changes: 1 addition & 1 deletion config/database.yml
Expand Up @@ -12,7 +12,7 @@ default: &default
adapter: mysql2
encoding: utf8
host: localhost
username: <%= ENV["USER_DATABASE"] %>
username: <%= ENV.fetch 'MYSQL_USER', 'root' %>
password: <%= ENV["PASSWORD_DATABASE"] %>
pool: 5

Expand Down
Empty file removed spec/spec_helper.rb
Empty file.

0 comments on commit cb998b9

Please sign in to comment.