Skip to content

Commit

Permalink
Merge pull request #207 from munen/feature/68928604/cleanup-gemfile
Browse files Browse the repository at this point in the history
remove some gems
  • Loading branch information
branch14 committed Jun 17, 2014
2 parents 45f1ba9 + 241c107 commit 6cb462a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 80 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ gem 'coffee-rails' #, '~> 3.2.1'
gem 'therubyracer', :platforms => :ruby
gem 'uglifier'#, '>= 1.0.3'

gem 'roadie', '2.4.3'
gem 'airbrake'
gem 'rails_config'
gem 'foundation-rails'
Expand All @@ -28,13 +27,8 @@ gem 'omniauth-facebook'
gem 'omniauth-google-oauth2'
gem 'friendly_id' # make urls more friendly
gem 'will_paginate' # pagination-extension to active-record
gem 'will_paginate-bootstrap' # integrate twitter-bootstrap with will_paginate
gem 'i18n_data' # delivers languages as key-value hash
gem 'dragonfly', '1.0.3' # used for images
gem 'globalize3' # internationalization
gem 'acts-as-taggable-on', '3.0.1' # tag-system
gem 'money-rails' # integrates some helper methods and AR-instance-functions...
gem 'eu_central_bank' # financial exchange rates
gem 'cancan' # authorization/privileges
gem 'private_pub' # push service
gem 'thin' # faster development-server
Expand Down
28 changes: 0 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ GEM
cookiejar (0.3.0)
crack (0.4.1)
safe_yaml (~> 0.9.0)
css_parser (1.3.5)
addressable
daemons (1.1.9)
debug_inspector (0.0.2)
debugger (1.6.5)
Expand Down Expand Up @@ -141,9 +139,6 @@ GEM
em-socksify (0.3.0)
eventmachine (>= 1.0.0.beta.4)
erubis (2.7.0)
eu_central_bank (0.3.7)
money (>= 5.0.0)
nokogiri
eventmachine (1.0.3)
excon (0.33.0)
execjs (2.0.2)
Expand Down Expand Up @@ -194,9 +189,6 @@ GEM
sass (>= 3.2.0)
friendly_id (5.0.2)
activerecord (~> 4.0.0)
globalize3 (0.1.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
guard (2.2.5)
formatador (>= 0.2.4)
listen (~> 2.1)
Expand All @@ -218,7 +210,6 @@ GEM
http_parser.rb (0.6.0)
httpauth (0.2.0)
i18n (0.6.9)
i18n_data (0.4.0)
jquery-rails (3.0.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -257,12 +248,6 @@ GEM
mime-types (1.25.1)
mini_portile (0.5.2)
minitest (4.7.5)
money (6.0.0)
i18n (~> 0.6.4)
money-rails (0.9.0)
activesupport (>= 3.0)
money (~> 6.0.0)
railties (>= 3.0)
multi_json (1.9.2)
multipart-post (1.2.0)
net-scp (1.1.2)
Expand Down Expand Up @@ -336,11 +321,6 @@ GEM
rb-inotify (0.9.3)
ffi (>= 0.5.0)
ref (1.0.5)
roadie (2.4.3)
actionmailer (> 3.0.0, < 5.0.0)
css_parser (~> 1.3.4)
nokogiri (> 1.5.0)
sprockets
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand Down Expand Up @@ -435,8 +415,6 @@ GEM
activesupport (>= 2.3.4)
chronic (>= 0.6.3)
will_paginate (3.0.5)
will_paginate-bootstrap (1.0.0)
will_paginate (>= 3.0.3)
xpath (2.0.0)
nokogiri (~> 1.3)
zeus (0.13.3)
Expand Down Expand Up @@ -471,25 +449,21 @@ DEPENDENCIES
disable_assets_logger
dragonfly (= 1.0.3)
dynamic_form
eu_central_bank
factory_girl_rails (~> 4.0)
faker
fog
foreman
foundation-rails
friendly_id
globalize3
guard-rspec
haml-rails
i18n_data
jquery-rails
jquery-ui-rails
launchy
less-rails (= 2.3.2)
letter_opener
letter_opener_web (~> 1.2.0)
meta_request
money-rails
omniauth-facebook
omniauth-google-oauth2
pg
Expand All @@ -502,7 +476,6 @@ DEPENDENCIES
rails (= 4.0.2)
rails-i18n
rails_config
roadie (= 2.4.3)
rspec-rails
rspec-retry
sass-rails
Expand All @@ -521,5 +494,4 @@ DEPENDENCIES
webmock (~> 1.15.0)
whenever
will_paginate
will_paginate-bootstrap
zeus
3 changes: 0 additions & 3 deletions config/initializers/globalize_fix.rb

This file was deleted.

43 changes: 0 additions & 43 deletions config/initializers/money.rb

This file was deleted.

0 comments on commit 6cb462a

Please sign in to comment.