Skip to content

Commit

Permalink
Merge pull request #5 from contentful/dl/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dlitvakb committed Apr 24, 2019
2 parents 093c0dd + 521cbd0 commit 8ae86ce
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -27,7 +27,7 @@ build/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
**/Gemfile.lock
# .ruby-version
# .ruby-gemset

Expand Down
2 changes: 1 addition & 1 deletion examples/custom_mapper/example/Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'jekyll', '~> 3.0'
gem 'jekyll', '~> 3.6', '>= 3.6.3'

gem 'contentful_bootstrap'
gem 'rake'
Expand Down
76 changes: 0 additions & 76 deletions examples/custom_mapper/example/Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion examples/multiple_spaces/example/Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'jekyll', '~> 3.0'
gem 'jekyll', '~> 3.6', '>= 3.6.3'

gem 'contentful_bootstrap'

Expand Down
74 changes: 0 additions & 74 deletions examples/multiple_spaces/example/Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion examples/single_space/example/Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'jekyll', '~> 3.0'
gem 'jekyll', '~> 3.6', '>= 3.6.3'

gem 'contentful_bootstrap'

Expand Down
74 changes: 0 additions & 74 deletions examples/single_space/example/Gemfile.lock

This file was deleted.

0 comments on commit 8ae86ce

Please sign in to comment.