Skip to content

Commit

Permalink
update Steam + bump version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Feb 28, 2020
1 parent 2c4391a commit 719162c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'wdm', '~> 0.1.1', require: 'wdm' if RUBY_PLATFORM =~ /mswin|mingw/i

# Local development
# gem 'locomotivecms_coal', path: '../coal', require: false
# gem 'locomotivecms_steam', path: '../steam', require: false
gem 'locomotivecms_steam', path: '../steam', require: false
# gem 'locomotivecms_common', path: '../common', require: false

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion lib/locomotive/wagon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Locomotive
module Wagon
VERSION = '3.0.4'
VERSION = '3.0.5'
end
end
2 changes: 1 addition & 1 deletion locomotivecms_wagon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'locomotivecms_common', '~> 0.4.0'
gem.add_dependency 'locomotivecms_coal', '~> 1.6.0'
gem.add_dependency 'locomotivecms_steam', '~> 1.5.2'
gem.add_dependency 'locomotivecms_steam', '~> 1.5.3'

gem.add_dependency 'haml', '~> 5.1.2'
gem.add_dependency 'listen', '~> 3.1.5'
Expand Down

0 comments on commit 719162c

Please sign in to comment.