Merge pull request #36 from fenprace/master
Remove some gems in the Gemfile
This commit is contained in:
commit
1839614bcc
9
Gemfile
9
Gemfile
|
@ -6,7 +6,6 @@ gem 'hiredis'
|
|||
gem 'em-redis'
|
||||
gem 'rails'
|
||||
gem 'pg'
|
||||
gem 'haml'
|
||||
gem 'sass'
|
||||
gem 'rake'
|
||||
# errbit is broken with 3.1.3 for now
|
||||
|
@ -20,8 +19,6 @@ gem 'nokogiri'
|
|||
gem 'seed-fu'
|
||||
gem 'sanitize'
|
||||
|
||||
|
||||
gem 'slim', '<= 1.3.0'
|
||||
gem 'sinatra', :require => nil
|
||||
gem 'clockwork', :require => false
|
||||
|
||||
|
@ -70,11 +67,10 @@ group :assets do
|
|||
gem 'uglifier'
|
||||
# gem "asset_sync"
|
||||
gem 'turbo-sprockets-rails3'
|
||||
# need this to compile coffee on the fly
|
||||
gem 'coffee-script'
|
||||
end
|
||||
|
||||
# need this to compile coffee on the fly
|
||||
gem 'coffee-script'
|
||||
|
||||
gem 'hpricot'
|
||||
gem 'jquery-rails'
|
||||
|
||||
|
@ -97,7 +93,6 @@ group :test, :development do
|
|||
gem 'guard-rspec'
|
||||
gem 'guard-spork'
|
||||
gem 'mocha', :require => false
|
||||
gem 'test-unit', :require => "test/unit"
|
||||
gem 'simplecov', :require => false
|
||||
gem 'image_optim'
|
||||
gem 'certified'
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
||||
window.close();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
||||
window.close();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
||||
window.close();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue