Skip to content

Commit

Permalink
Yashupadhyay16 upgrade rails version (#71)
Browse files Browse the repository at this point in the history
* Upgrade rails version

* Added active support time for time based dependency

* Update Nokogiri (#69)

* Bump version

* Update nokogiri

---------

Co-authored-by: yash upadhyay <upadhyayyash923@gmail.com>
  • Loading branch information
amalagaura and yashupadhyay16 authored Jul 19, 2023
1 parent 9f6442e commit aad329e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion camunda-workflow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'activesupport', '>= 3.2.0'
spec.add_development_dependency 'pry-rescue', '~> 1.5.0'
spec.add_development_dependency 'pry-stack_explorer', '~> 0.4.9.3'
spec.add_development_dependency 'rails', '~> 6.0.1'
spec.add_development_dependency 'rails', '>= 7.0.2'
spec.add_development_dependency 'rspec', '~> 3.9.0'
spec.add_development_dependency 'rubocop', '~> 0.77'
spec.add_development_dependency 'rubocop-rspec', '~> 1.37.0'
Expand Down
1 change: 1 addition & 0 deletions lib/camunda/workflow.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require "active_support/core_ext/integer/time"
module Camunda
##
# Default configuration file for camunda-workflow. These defaults can be overridden using an
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
module Dummy
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
config.load_defaults 7.0


# Settings in config/environments/* take precedence over those specified here.
Expand Down

0 comments on commit aad329e

Please sign in to comment.