Skip to content

Commit

Permalink
Merge pull request #36 from bananaappletw/master
Browse files Browse the repository at this point in the history
Remove Gemfile.lock
  • Loading branch information
piotrmurach committed Jan 28, 2019
2 parents 483737f + 306cb48 commit 3e24256
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 195 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.bundle
.config
.yardoc
Gemfile.lock
gemfiles/*.lock
InstalledFiles
_yardoc
Expand Down
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: ruby
cache: bundler
sudo: false
before_install: "gem update bundler"
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
- bundle -v
- echo $TRAVIS_RUBY_VERSION
script: "bundle exec rake ci"
rvm:
- 2.1.10
Expand Down
193 changes: 0 additions & 193 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion loaf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|

spec.add_dependency 'rails', '>= 3.2'

spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'bundler', '>= 1.5'
spec.add_development_dependency 'rake'
end

0 comments on commit 3e24256

Please sign in to comment.