Skip to content

Commit

Permalink
Merge pull request #6 from dtaniwaki/use-gem-release-in-local
Browse files Browse the repository at this point in the history
Use gem-release to bump version
  • Loading branch information
dtaniwaki committed Feb 18, 2017
2 parents 201a1cc + 71a8417 commit 66fd25d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
source 'https://rubygems.org'

gem 'activerecord', "~> #{ENV['ACTIVE_RECORD_VERSION']}" if ENV['ACTIVE_RECORD_VERSION'].to_s != ''

# Specify your gem's dependencies in acts_as_hashids.gemspec
gemspec

gem 'gem-release'
gem 'pry'

gem 'activerecord', "~> #{ENV['ACTIVE_RECORD_VERSION']}" if ENV['ACTIVE_RECORD_VERSION'].to_s != ''

0 comments on commit 66fd25d

Please sign in to comment.