Skip to content

Commit

Permalink
Adds bump gem for development
Browse files Browse the repository at this point in the history
  • Loading branch information
rhardih committed Aug 18, 2015
1 parent 47d71cf commit 6092b35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ GEM
tzinfo (~> 1.1)
arel (6.0.3)
builder (3.2.2)
bump (0.5.2)
byebug (5.0.0)
columnize (= 0.9.0)
coffee-rails (4.1.0)
Expand Down Expand Up @@ -117,6 +118,7 @@ PLATFORMS
ruby

DEPENDENCIES
bump (~> 0.5.2)
byebug
coffee-rails
lazy_images-rails!
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'bump/tasks'

begin
require 'bundler/setup'
rescue LoadError
Expand Down
1 change: 1 addition & 0 deletions lazy_images-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Gem::Specification.new do |s|
s.add_dependency "rails", "~> 4.2.1"

s.add_development_dependency "sqlite3"
s.add_development_dependency "bump", "~> 0.5.2"
end

0 comments on commit 6092b35

Please sign in to comment.