Skip to content

Commit

Permalink
Merge pull request #14 from SoftServeInc/update-rails
Browse files Browse the repository at this point in the history
Update rails. Bump version
  • Loading branch information
igorkasyanchuk authored Mar 11, 2021
2 parents 299c6e5 + 2633c8d commit 8e83c7a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
fdbq-rails (0.1.0)
fdbq-rails (0.1.3)
jbuilder
rails (~> 6.0.2, >= 3.0)
rails (>= 3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -74,8 +74,8 @@ GEM
activesupport (>= 4.2.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
json (2.3.0)
loofah (2.5.0)
crass (~> 1.0.2)
Expand All @@ -85,11 +85,11 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.4)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.0)
nio4r (2.5.2)
nio4r (2.5.7)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
pry (0.12.2)
Expand Down Expand Up @@ -154,10 +154,10 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sprockets (4.0.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
Expand All @@ -166,9 +166,9 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
websocket-driver (0.7.1)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
websocket-extensions (0.1.5)
zeitwerk (2.3.0)

PLATFORMS
Expand All @@ -185,4 +185,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.0.2
2.1.4
2 changes: 1 addition & 1 deletion fdbq-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.files = Dir["{app,config,db,lib,vendor/node_modules}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

spec.add_dependency "rails", "~> 6.0.2", ">= 3"
spec.add_dependency "rails", ">= 3"
spec.add_dependency "jbuilder"

spec.add_development_dependency "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion lib/fdbq/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fdbq
module Rails
VERSION = '0.1.2'
VERSION = '0.1.3'
end
end

0 comments on commit 8e83c7a

Please sign in to comment.