Skip to content

Commit

Permalink
Merge branch 'following-users'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed May 27, 2022
2 parents 79b051d + 67b1abf commit 0d9cea8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,23 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ansi (1.5.0)
autoprefixer-rails (10.4.2.0)
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.573.0)
aws-sdk-core (3.130.0)
aws-partitions (1.593.0)
aws-sdk-core (3.131.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.55.0)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.57.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.87.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.4.0)
aws-sigv4 (1.5.0)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.13)
bindex (0.8.1)
Expand Down Expand Up @@ -138,7 +138,7 @@ GEM
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.16.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
Expand All @@ -154,10 +154,10 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
msgpack (1.4.5)
msgpack (1.5.1)
nenv (0.3.0)
nio4r (2.5.8)
nokogiri (1.13.3-x86_64-darwin)
nokogiri (1.13.6-x86_64-darwin)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand All @@ -166,7 +166,7 @@ GEM
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
public_suffix (4.0.7)
puma (5.3.1)
nio4r (~> 2.0)
racc (1.6.0)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.2.1)
regexp_parser (2.4.0)
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
x86_64-darwin-21
x86_64-darwin-19

DEPENDENCIES
active_storage_validations (= 0.8.9)
Expand Down Expand Up @@ -309,4 +309,4 @@ RUBY VERSION
ruby 2.7.5p203

BUNDLED WITH
2.2.17
2.2.31
File renamed without changes
2 changes: 1 addition & 1 deletion test/integration/microposts_interface_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setup
assert_select 'a[href=?]', '/?page=2' # Correct pagination link
# Valid submission
content = "This micropost really ties the room together"
image = fixture_file_upload('test/fixtures/kitten.jpg', 'image/jpeg')
image = fixture_file_upload('kitten.jpg', 'image/jpeg')
assert_difference 'Micropost.count', 1 do
post microposts_path, params: { micropost: { content: content,
image: image } }
Expand Down

0 comments on commit 0d9cea8

Please sign in to comment.