Skip to content

Commit

Permalink
Merge branch 'release/5.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabifija committed May 5, 2021
2 parents e8c1db7 + 7e292ce commit f3e2c8d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 5.5.1 (May 5, 2021)
- Update filestack gem version to 2.9.2

## 5.5.0 (March 26, 2021)
- Update filestack gem version to 2.9.1

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.5.0
5.5.1
2 changes: 1 addition & 1 deletion filestack-rails.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency 'rails', '>= 4.0'
s.add_dependency "filestack", '~> 2.9', '>= 2.9.1'
s.add_dependency "filestack", '~> 2.9', '>= 2.9.2'

s.add_development_dependency 'coveralls'
s.add_development_dependency 'sqlite3', '~> 1.3', '>= 1.3.6'
Expand Down
2 changes: 1 addition & 1 deletion lib/filestack_rails/version.rb
@@ -1,3 +1,3 @@
module FilestackRails
VERSION = '5.5.0'
VERSION = '5.5.1'
end

0 comments on commit f3e2c8d

Please sign in to comment.