Skip to content

Commit 94ac746

Browse files
committed
Merge tag '2.6' into develop
2.6
2 parents 965bda5 + 92401b6 commit 94ac746

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.3
1+
2.6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ end
1111
rails_version = ENV['RAILS_VERSION'] || 'default'
1212
rails = case rails_version
1313
when 'default'
14-
'~> 5.2'
14+
'~> 6.1.6'
1515
when 'master'
1616
{github: 'rails/rails'}
1717
else

app/assets/javascripts/abraham/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//= require js-cookie/src/js.cookie
1+
//= require js-cookie/dist/js.cookie
22
//= require shepherd.js/dist/js/shepherd
33

44
var Abraham = new Object();

lib/abraham/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Abraham
4-
VERSION = "2.5.1"
4+
VERSION = "2.6"
55
end

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "abraham",
33
"private": true,
44
"dependencies": {
5-
"js-cookie": "^2.2.0",
6-
"shepherd.js": "^6.0.0-beta"
5+
"js-cookie": "^3.0.1",
6+
"shepherd.js": "^10"
77
}
88
}

0 commit comments

Comments
 (0)