We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec0dfd commit 0b04ddbCopy full SHA for 0b04ddb
Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
3
gem 'therubyracer', group: :development
4
5
-gem 'solidus', '~> 1.3.0'
+gem 'solidus', '~> 1.4.0'
6
gem 'solidus_auth_devise'
7
gem 'solidus_backend'
8
gem 'solidus_api'
solidus_notes.gemspec
@@ -1,7 +1,7 @@
1
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'solidus_notes'
- s.version = '0.0.2'
+ s.version = '1.4.0'
s.summary = 'Allows admins to add custom notes to orders and users'
s.description = 'Allows admins to add custom notes to orders and users'
s.required_ruby_version = '>= 1.9.3'
0 commit comments