Skip to content

Commit

Permalink
(S) PWN-783: Bump version and go to latest nokogiri
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandra Torres <alejandra.torres@strongmind.com>
  • Loading branch information
tpaulshippy and agtorre3 committed Dec 30, 2024
1 parent 7b09c72 commit da01175
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'common_cartridge_parser', github: 'vhl/common_cartridge_parser'
gemspec
ruby '>=3.2'
2 changes: 1 addition & 1 deletion lib/multi_version_common_cartridge/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# along with multi_version_common_cartridge. If not, see <http://www.gnu.org/licenses/>.

module MultiVersionCommonCartridge
VERSION = '1.0.5'.freeze
VERSION = '1.1.0'.freeze
end
2 changes: 1 addition & 1 deletion multi_version_common_cartridge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
end

spec.add_dependency 'activesupport', '> 2.0'
spec.add_dependency 'common_cartridge_parser', '~> 1.0'
spec.add_dependency 'common_cartridge_parser', '~> 1.0.9'

spec.add_development_dependency 'rspec', '~> 3.8'
spec.add_development_dependency 'rubocop'
Expand Down

0 comments on commit da01175

Please sign in to comment.