Skip to content

Commit

Permalink
Fix semantic-puppet version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 committed Oct 24, 2023
1 parent 1ac783a commit b9e6b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ minor_version = ruby_version_segments[0..1].join('.')

group :development do
gem "rake", "~> 12.3.3" if ruby_version < Gem::Version.new('2.6.0') # last version for ruby < 2.6
gem "xmlrpc" if ruby_version >= Gem::Version.new('2.3')
gem "semantic_puppet" '=1.0.4'
gem "xmlrpc" if ruby_version >= Gem::Version.new('2.3')
gem "concurrent-ruby", '= 1.1.10' if Gem::Requirement.create([' >= 6.9.0', '<7.25.0']).satisfied_by?(Gem::Version.new(puppet_version)) # Add this beucause until Puppet 7.25 concurrent-ruby 1.22 break puppet
gem "ruby-pwsh", '~> 0.3.0', platforms: [:mswin, :mingw, :x64_mingw]
gem "fast_gettext", '1.1.0', require: false if ruby_version < Gem::Version.new('2.1.0')
Expand Down

0 comments on commit b9e6b3f

Please sign in to comment.