Skip to content

Commit 73d3552

Browse files
authored
Merge pull request #2 from deseretbook/1.4
Version 1.4 of solidus
2 parents bec0dfd + 0b04ddb commit 73d3552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'therubyracer', group: :development
44

5-
gem 'solidus', '~> 1.3.0'
5+
gem 'solidus', '~> 1.4.0'
66
gem 'solidus_auth_devise'
77
gem 'solidus_backend'
88
gem 'solidus_api'

solidus_notes.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = 'solidus_notes'
4-
s.version = '0.0.2'
4+
s.version = '1.4.0'
55
s.summary = 'Allows admins to add custom notes to orders and users'
66
s.description = 'Allows admins to add custom notes to orders and users'
77
s.required_ruby_version = '>= 1.9.3'

0 commit comments

Comments
 (0)