Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global


# Ignore the Gemfile.lock when pushing
Gemfile.lock

# Ignore bundler config
/.bundle

Expand Down
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source 'http://rubygems.org'
# only official unofficial ruby-debug-base19 and linecache19 per https://gist.github.com/1333785
source 'https://gems.gemfury.com/8n1rdTK8pezvcsyVmmgJ/'

gem 'rails', '3.1.3'

Expand All @@ -7,14 +9,17 @@ gem 'rails', '3.1.3'

gem 'sqlite3'
gem 'omniauth-ldap', :git => 'git://github.com/intridea/omniauth-ldap.git'

gem 'linecache19', '>= 0.5.13'
gem 'ruby-debug-base19', '>= 0.11.26'
gem 'ruby-debug19'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.1.5'
gem 'coffee-rails', '~> 3.1.1'
gem 'uglifier', '>= 1.0.3'
gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'
Expand Down
151 changes: 0 additions & 151 deletions Gemfile.lock

This file was deleted.