Skip to content

Commit

Permalink
remove gemfile lock files and add to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Oct 1, 2011
1 parent 4b37b89 commit 371ce9d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,6 @@ pkg/
spec/dummy/db/*.sqlite3
spec/dummy/log/*.log
spec/dummy/tmp/
.sass-cache/*
.sass-cache/*
gemfiles/*.lock
*.gem
18 changes: 9 additions & 9 deletions gemfiles/rails-3.0.10.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/mjankowski/Development/opensource/flutie
specs:
flutie (1.3.1)
flutie (1.3.2)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -52,18 +52,19 @@ GEM
abstract (>= 1.0.0)
ffi (1.0.9)
i18n (0.5.0)
json_pure (1.5.4)
spruz (~> 0.2.8)
json_pure (1.6.1)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
mime-types (1.16)
mocha (0.9.12)
mocha (0.10.0)
metaclass (~> 0.0.1)
nokogiri (1.5.0)
polyglot (0.3.2)
rack (1.2.3)
rack (1.2.4)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
Expand Down Expand Up @@ -98,19 +99,18 @@ GEM
railties (~> 3.0)
rspec (~> 2.6.0)
rubyzip (0.9.4)
sass (3.1.7)
selenium-webdriver (2.5.0)
sass (3.1.8)
selenium-webdriver (2.7.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
rubyzip
spruz (0.2.13)
sqlite3 (1.3.4)
thor (0.14.6)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
tzinfo (0.3.30)
xpath (0.1.4)
nokogiri (~> 1.3)

Expand Down
22 changes: 11 additions & 11 deletions gemfiles/rails-3.1.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/mjankowski/Development/opensource/flutie
specs:
flutie (1.3.1)
flutie (1.3.2)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
bundler
rake
arel (2.2.1)
bcrypt-ruby (3.0.0)
bcrypt-ruby (3.0.1)
builder (3.0.0)
capybara (1.1.1)
mime-types (>= 1.16)
Expand All @@ -55,18 +55,19 @@ GEM
ffi (1.0.9)
hike (1.2.1)
i18n (0.6.0)
json_pure (1.5.4)
spruz (~> 0.2.8)
json_pure (1.6.1)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
mime-types (1.16)
mocha (0.9.12)
mocha (0.10.0)
metaclass (~> 0.0.1)
multi_json (1.0.3)
nokogiri (1.5.0)
polyglot (0.3.2)
rack (1.3.2)
rack (1.3.3)
rack-cache (1.0.3)
rack (>= 0.4)
rack-mount (0.8.3)
Expand Down Expand Up @@ -106,24 +107,23 @@ GEM
railties (~> 3.0)
rspec (~> 2.6.0)
rubyzip (0.9.4)
sass (3.1.7)
selenium-webdriver (2.5.0)
sass (3.1.8)
selenium-webdriver (2.7.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
rubyzip
sprockets (2.0.0)
sprockets (2.0.1)
hike (~> 1.2)
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
spruz (0.2.13)
sqlite3 (1.3.4)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.29)
tzinfo (0.3.30)
xpath (0.1.4)
nokogiri (~> 1.3)

Expand Down

0 comments on commit 371ce9d

Please sign in to comment.